-
-
Hi Team,
Do you know where can I change those 2 areas font color??
Thank you
-
Hello,
To change the font color of header widgetized area go to General Options > Top Widgetized Area. For the blog title font color go to General Options > Styling Options > Blog Styling.
Best regards!
-
Thank you Mihaila,
I found the blog color but I can’t find header font color option. I want to change font color which under “location””phonumber”and “email” in header bar, not top widetized area.
Thanks a lot!
-
Hello,
For those, please add this code into your custom css box:
.contact_information dd .title { color: #E4662E;} .contact_information dt i { color: #E4662E !important;}
Edit the color to your wish.
Best regards!
-
Hi Mihaila,
Thanks for your help it’s almost done, the codes you gave are for icon and its title but the body content still can’t change.
Thanks a lot!
-
Hello,
I added this code into your custom css box:
.contact_information dd p { color: #E77644 !important;}
For the content text color. Please check your site.Best regards!
-
-
Hi Team,
This time I tried to change head icon and title colors and insert code you provided but not works.
<span style=”color: #444444; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; line-height: 24px; white-space: pre; background-color: #f9f9f9;”>.contact_information dd .title { color: #E4662E;} .contact_information dt i { color: #E4662E !important;}</span>
Do you know why?
Thanks
-
<span style=”color: #444444; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; line-height: 24px; white-space: pre; background-color: #f9f9f9;”>.contact_information dd .title { color: #E4662E;} .contact_information dt i { color: #E4662E !important;}</span>
-
You must be logged in to reply to this topic.