How to change font colour in ‘Our Partners’ section
Tagged: font colour section 1
- This topic has 5 replies, 2 voices, and was last updated 3 months ago by Grace Support.
-
AuthorPosts
-
March 7, 2024 at 2:18 pm #48067Marzena ChojnackaParticipant
Hi there,
I’ve changed background colour into beige in ‘Our partners’ section and the original white font is not very well noticed now. How can i change the font into black colour?
Many thanks for your help.
Maz
March 8, 2024 at 6:05 am #48091Grace SupportKeymasterHi,
To change the text color in Section 11
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code#section11 .sec_content_main_title { color: #272727; } #clientlogo li span { color: #272727; }
Regards
Grace ThemesMarch 11, 2024 at 11:31 am #48129Marzena ChojnackaParticipantAmazing thank you so much! You’re the best!
I also need to change a couple of things:
1. I need to change white font that appears on the black background into black font in the section 1. I will change the black background into cream background hence the white font wouldn’t be visible.
2. I also need to change:
– black header at the very top of the page (where email addres and social media icons are apearing) into white.
– Conversely, I will need to change email address and social icons at the top of the page (that are now white) into black. (I know how to change email address into black but i don’t know how to update social media icons)I hope it al is making sense. My page link is below:
Thank you in advance and best regards!!
MazMarch 12, 2024 at 4:26 am #48139Grace SupportKeymasterHi
To make these color changes
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code#section1 .sec_content_main_title { color: #121212; } .sec_content_main_title::after { border-bottom: 1px solid #121212; } .aboutyoga_box { color: #535353; } .pp_topstrip { background-color: #fff; } .infobox { color: #000; } .social-icons a { color: #000 !important; }
Please let me know if it works
Regards
Grace ThemesMarch 12, 2024 at 12:25 pm #48144Marzena ChojnackaParticipantLove it! Nearly there:)
There is still black background in the header on mobile version, which does not seem to appear on desktop version. Could you help to change that black background in the mobile version into white?
Many thanks!
MazMarch 13, 2024 at 4:55 am #48158Grace SupportKeymasterPlease send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
-
AuthorPosts
- You must be logged in to reply to this topic.