Changing font colour

Home Forums WordPress Themes – Premium Encounters Changing font colour

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16089
    Julie
    Participant

    Is there a way to change the colour of the header and title fonts without it also changing the font colour of links in my content?

    I know it does this because I am using H5 and H6 for content text, so wondering is there a way around this or is the a way to increase the size of my content font other than switch to H5 or H6?

    Hope that makes sense
    My website url is thebeautyissue.com

    Thanks
    Julie

    #16090
    Shekhar Bhandari
    Participant

    Hi Julie,

    You need to write custom CSS for this.

    h5 {
    color:#f00;
    font-size: your_size;
    }
    h6 {
    color:#f00;
    font-size: your_size;
    }

    Please use the following css in child theme css of use custom css file.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.