Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1030009

    How can I target the text widget to change the font color? Anything I put in the css seems to be overridden by the Logo Area secondary font color.

    Thanks

    #1030093

    Hey Rob,

    Add this to quick css:

    .avia_textblock p{
    color:red!important;
    }

    Add this to the very top of quick css and clear the cache a few times over. Just adjust the color to what you need.

    Best regards,
    Jordan Shannon

    #1030110

    That adjusts the font in the text block, not the text widget on the right side.

    #1030115

    Hi,

    Try this:

    #text-6 p strong, #text-6 a{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #1030122

    There we go, many thanks! I just couldn’t get that.

    #1030126

    Hi,

    I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text widget font color’ is closed to new replies.