- This topic has 5 replies, 2 voices, and was last updated 2 months, 2 weeks ago by
tikaram.
-
AuthorPosts
-
September 10, 2023 at 2:47 pm #324715
Isaac Olaleye
ParticipantHi,
I would like to change the title colours on my site to white, what css classes are needed for this?
September 11, 2023 at 1:13 am #324732tikaram
Keymaster@isaac-olaleye : Please post in your site URL and let me know the desired section where you would like to change the title to white. I will provide you the required additional css.
Regards,
TikaramSeptember 18, 2023 at 1:17 am #325115Isaac Olaleye
ParticipantHi, my website url is http://www.eliteeaglescapital.com
It would be great if I could make the titles of each page white instead of grey. So once the page has been clicked on, the title that appears at the top of the page is the one I am referring to.
September 19, 2023 at 7:33 am #325269tikaram
Keymaster@isaac-olaleye : Login to your WordPress admin section. Go to http://www.eliteeaglescapital.com/wp-admin/customize.php
Now Click on Additional css and add the following css and click on publish..wp-block-navigation .wp-block-navigation-item__content { color:#fff !important; }
Let me know if this helps you out.
Regards,
TikaramSeptember 24, 2023 at 3:17 pm #325843Isaac Olaleye
ParticipantHi,
Apologies for my miscommunication, the code you send works but it is for the wrong thing. Although I want the titles to be changed to white, it is the title at the top of each page when clicked on that I am referring to. You have titles all together that are in navigation, those are fine. It is where you click on a page and the title appears, directly above the text on the page that I am referring to. If possible, could I change each of these titles to white, and where would I input the code?
Kind Regards, Isaac
September 25, 2023 at 8:01 am #326022tikaram
Keymaster@isaac-olaleye : Please try adding the following additional css instead of the previous one and let me know if it works as desired.
.wp-block-post-title { color :#fff; }
Regards,
Tikaram -
AuthorPosts
- You must be logged in to reply to this topic.