Home › Forums › All Other Themes › Strong theme help
- This topic has 8 replies, 2 voices, and was last updated 3 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
February 4, 2021 at 6:08 am #174100
Hi there,
Regarding www.bimpress.nl, 2 quick questions:
1. on this page https://www.bimpress.nl/over-ons/opleidingslocatie/, I used the Map template of the SKT builder. The only thing is that here I can’t change the header colour. I can do so in any other section template, but not here. Do you maybe have a small css code for this or another solution?
2. In the 3 blocks with “opleidingen” on this page https://www.bimpress.nl/bim-opleidingen/ and the home page the bullet points are “pointing fingers”, I want to change that. Where can I do that and do I have a choice what kind of bullets I want to use?Thanks for your attention!
February 4, 2021 at 5:40 pm #174193Hi,
1. Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.i4ewOd-pzNkMb-haAclf { background-color: #fff !important; }
2. Here you go, All types of icons listed here.
https://fontawesome.com/v4.7.0/icons/Regards,
DaveFebruary 7, 2021 at 12:37 pm #174265Hi dave,
The code didn’t change the header color, with header I mean the word “OPLEIDINGSLOCATIES”, the title of the page, maybe I wasn’t clear enough.
And I am familiar with the list of icons, but I don’t see where I can change that, instead of the pointing fingers in the blocks. Can you help? Thanks again!
February 9, 2021 at 1:09 pm #174331Hi,
1. on this page bimpress.nl/over-ons/opleidingslocatie/, I used the Map template of the SKT builder. The only thing is that here I can’t change the header colour. I can do so in any other section template, but not here. Do you maybe have a small css code for this or another solution?
Ans: Kindly use this CSS:
iframe .i4ewOd-pzNkMb-haAclf { background-color: rgb(215, 215, 215) !important; }
2. In the 3 blocks with “opleidingen” on this page bimpress.nl/bim-opleidingen/ and the home page the bullet points are “pointing fingers”, I want to change that. Where can I do that and do I have a choice what kind of bullets I want to use?
Ans: Kindly go to Appearance >> Editor >> style.css >> scroll down to bottom of the page and paste.
.skt-builder-programs-column .progcontent ul li::before { content: "\f101" !important; }
Regards,
DaveFebruary 9, 2021 at 3:19 pm #174341Hi Dave,
Where do I place the first css code? Also under Appearance => Customizer => Basic => Custom CSS?
When I place it there and if I add my RGB numbers it doesn’t do anything with the title colour on bimpress.nl/over-ons/opleidingslocatie/?
The second piece of code works, but he doesn’t take the icon code. For example I used the icon code to show a check
.skt-builder-programs-column .progcontent ul li::before {
content: “\f00c” !important;
}but then it shows f00c on the front end. I used a – now, so I don’t have the pointing fingers, but a nice icon would be better. Hope you can help me fix this, thanks.
February 10, 2021 at 9:29 am #174348Never mind, I was in the wrong place, it already worked. Do I place the first css code in the same place? Or somewhere else? Thanks!
February 10, 2021 at 12:44 pm #174357Hi,
Where have you placed css?
Regards,
DaveFebruary 10, 2021 at 2:44 pm #174371iframe .i4ewOd-pzNkMb-haAclf {
background-color: rgb(215, 215, 215) !important;
}I placed under Appearance=> Customizer => Basic => Custom CSS
February 11, 2021 at 12:24 pm #174400Hi,
This is the right place to add custom CSS.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.