Can anyone tell me how to change tag line color

3 replies
  • WEB DESIGN
  • |
Look at my tag line in Caribbean Canoe » Caribbean Vacation Tips and Ideas. It doesn't even show up hardly. Is there any way to change the color? I put <TEXT="faf6bb"> in front of the text, but that didn't work. I am using Oriental theme. A free one from WordPress.

I am baffled. But then that is not saying much with my lack of knowledge on this kind of thing.
#change #color #linne #tag
  • Profile picture of the author dpwilliams
    Ok...I installed this theme on a test site and here is how you would do it...

    Login to the dashboard of your site and on the left hand side you will see

    Theme Options...click that and you will see a box where you can add code...

    Add this code

    Code:
    #masthead .site-description {
        color: #000000;
        font-family: Garamond,Georgia,serif;
        font-size: 1.3em;
    }
    Change the 000000 to whatever color you want...

    then save...

    Hope this helps...
    Deb
    {{ DiscussionBoard.errors[8216968].message }}
    • Profile picture of the author lucila
      Here you go. Add this and then change the values as desired.

      Code:
      #logo .site-description {
      color: #999999;
      font-size: 12px;
      }
      Since CSS is theme specific, the CSS that you find online, or here in the forums would need to be for your specific theme.
      {{ DiscussionBoard.errors[8219638].message }}
  • Profile picture of the author timpears
    Thanks dpwilliams, I appreciate your elp on this.
    Signature

    Tim Pears

    {{ DiscussionBoard.errors[8219720].message }}

Trending Topics