Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #324715
    Isaac Olaleye
    Participant

    Hi,

    I would like to change the title colours on my site to white, what css classes are needed for this?

    #324732
    tikaram
    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,
    Tikaram

    #325115
    Isaac Olaleye
    Participant

    Hi, 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.

    #325269
    tikaram
    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,
    Tikaram

    #325843
    Isaac Olaleye
    Participant

    Hi,

    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

    #326022
    tikaram
    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Title colours’ is closed to new replies.