Home Forums Weaver Xtreme Theme Styling the footer widgets

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18191
    barbeluk1
    Participant
    Hi there,

    I’m currently working on a new website for myself which is on a temporary domain here:


    http://specialistfishingworld.co.uk/


    I’d really like to get the footer text widgets looking better. Is it possible to add some space between the widget title and the content? Also, I’d really like to add a horizontal bar/line under the title if possible?

    Also, I can’t find where I change the colour of the footer widget post title back to white?

    Many thanks,

    Andy 


    #24256
    scrambler
    Moderator
    1- If you want to style ALL widget title doing with rules like below in Main Options > Sidebar & Layout > Individual widgets > Widget title BG CSS+ box
    {border-bottom:2px solid white;margin-bottom:10px;}
    and use the widget title text color box for the color.
    If you want to style the widget titles only in the footer widget area, you can add a slightly different rule in  Main Options > Fonts & Custom > Custom CSS Rule box
    #colophon .widget-title {border-bottom:2px solid white;margin-bottom:10px;}
    You may need to add !important on some of the properties.
    2- If you need to change the post title everywhere use the post specific page options.
    If you need to change the post title color in the footer, given it is a link, you need to use the rule below in Main Options > Fonts & Custom > Custom CSS Rule box
    #colophon .post-title a {color:white;}
    You may need important
    #colophon .post-title a {color:white !important;}
    #24257
    barbeluk1
    Participant

    Many thanks Scrambler 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.