• Resolved Candis

    (@thedreadedex)


    Hi,

    Website – CandisHickman.com

    I installed Easy Google Fonts to make some changes to the fonts on my site. I only wanted to make the font larger and darker in my blog articles, however changing the ‘Paragraph’ font has caused an override of my Content Slider settings making the font black where it should be white.

    Can someone help me with a solution for fixing this?

    Thanks a lot!
    Candis

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    That plugin is to change the font family of your text, rather than the size and colour.

    Hmm you disabled my right click, annoying.

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      #content-container p {
          color: pink;
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

    Thread Starter Candis

    (@thedreadedex)

    Thanks Andrew,

    I used this code and it made all the ‘Paragraph’ font throughout my entire website bright pink. The Easy Google Fonts is what changed the size and color of my fonts to begin with – I just didn’t expect it to change the Content Slider font.

    All I want to do is make the content slider font white again.

    Thread Starter Candis

    (@thedreadedex)

    I think if can sort this out with the css selector for the font inside the header/content slider. Do you know what the css selector for the content slider font would be? I previously created a font control for drop caps with the easy google fonts plugin, so if I do the same for the content slider maybe that’ll be an easy fix.

    Thread Starter Candis

    (@thedreadedex)

    I managed to figure it out by just messing around with all the font functions. Two hours later it’s sorted! Thanks for your input.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit Font in Content Slider’ is closed to new replies.