• Resolved mikeadamski26

    (@madamski)


    I’m simply trying to remove the word “post” from the “Featured Post” when I sticky a post. I can see by inspecting (elements) in Chrome that it seems to exist in the styles.css, but I cannot find it once I enter the editor.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Chosen Gamer!

    You can use this CSS to switch the text to just “Featured”:

    .sticky-status span {
    	font-size: 0;
    }
    .sticky-status span:after {
    	content: 'Featured';
    	font-size: 10px;
    }

    Please copy & paste that code into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter mikeadamski26

    (@madamski)

    Thank you!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing styles.css’ is closed to new replies.