• I use Magazine basic bavotason and would like to change the color of the tagline from the basic black to red. Can/how might this be done?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator t-p

    (@t-p)

    There are hundreds of themes. Everybody ma not be familiar with your particular theme. So, it might attract more people to offer you specific help if you would publish your site’s URL. Just a suggestion.

    Thread Starter Ymh@8331

    (@ymh8331)

    Thanks for the good suggestion. Site is http://www.SonomaCountyWithoutTheDollars.com

    Moderator t-p

    (@t-p)

    change the color of the tagline from the basic black to red

    For example? Please point me to an item as an example so that I can be sure I understand.

    Thread Starter Ymh@8331

    (@ymh8331)

    The tag line is right under the title and reads: Your source for deals,values, bargains and freebies. It is now black, I’d like it to be red.

    Moderator t-p

    (@t-p)

    look for this css element in your theme.s style.css:

    #description {
    
    }

    Add this color property to it:

    color: red;

    hope this helps.

    Thread Starter Ymh@8331

    (@ymh8331)

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    #description {
     font-size: 14px;
     margin: 0 16px 20px;
     padding: 0;
     clear: left;
     color: #ff0000; // or color: red;
     }
    Thread Starter Ymh@8331

    (@ymh8331)

    Thank you, worked perfectly. On the same line now changed to red, how do I increase the size of the font? I tried changing 14px to 12 or 10 and it remained the same.

    Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.

    Also disable/deactivate any caching plugin(s).

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change color in tagline’ is closed to new replies.