Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23908

    Hi,

    Previously all .entry-title elements were white, but now use another color from the palette.  This seems to be as result of the latest Hydra theme update.

    How can I change this back?

     

    Thanks

    #23909
    BoldGrid Support
    Keymaster

    Hi Hal!

    Thank you for asking your question about the color palette change after the update to your Hydra theme. I’m sorry to see this has caused an issue. If you are able to navigate to the Colors Tab in the Customizer, you should be able to update the colors there automatically.

    Although I recommend making changes from the Colors Tab, you may also use the Custom HTML/CSS Editor to enter the following code to modify the color of the Titles on your website:


    .palette-primary a {
    color: #1bbc9b;
    !important;
    }

    I hope this helps!

    Sincerely,

    Carlos E

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘New Hydra theme update changed .entry-title color across all pages.’ is closed to new replies.