Forums

Text Widget CSS (4 posts)

  1. kitkaplan
    Member
    Posted 1 year ago #

    http://kitkaplan.com/metaphysical/
    In my text widgets the text is blue underlined and I want to change it to black but I can't seem to find the CSS for it. Can anyone help?

  2. theotherlebowski
    Member
    Posted 1 year ago #

    do you mean the pages widget in the sidebar on the right?

  3. kitkaplan
    Member
    Posted 1 year ago #

    No, the text over the icons that says "Photos, Tees, Gifts" and "Brooklyn Photos" is just text not a link and also the text in the "Get Newsletter" Text Widget for "First, Last and Email"

    ANY Text in a Text widget comes out the blue underlined link color but is not a link.

  4. theotherlebowski
    Member
    Posted 1 year ago #

    in your theme's style.css add or tweak the following code

    .art-blockcontent-body, .art-blockcontent-body a, .art-blockcontent-body li a {
     color: #000;
    }

    that'll change the colour of the brooklyn and photo's text and i think it will also work on the first, last, email text too

Topic Closed

This topic has been closed to new replies.

About this Topic