• Resolved incredipaul

    (@incredipaul)


    Hi there,

    I’ve looked through the forums for a way to change the colour of my big title section header on the Hestia theme, and found a few solutions but none seem to work for me when I paste the code in. – it still doesn’t seem to have the desired effect – the font is still white.

    Is there something obviously wrong with my code (please see below)?

    .big-title-section {
    color: blue !important;
    }

    Thanks in advance,
    Paul

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • this code works but it will also change all the other titles on other pages

    .page-header .hestia-title {
      color: blue !important;
    }

    if you use this code (change id to your website id’s of pages) you can change other page title colors as well.

    .page-id-14 .page-header .hestia-title {
      color: white !important;
    }
    • This reply was modified 7 years, 10 months ago by mrblues.
    Thread Starter incredipaul

    (@incredipaul)

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS code not working.’ is closed to new replies.