Shop Categories

X

Widget Footer bar separating title from widget

Home Forums Agama Pro Widget Footer bar separating title from widget

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17423
    Paula Wright
    Participant

    Hello. I want to remove the bar line between the widget title and the widget in the footer section. It looks confusing because people think the title goes with the widget above the title rather than below it. I think if I remove the lines (or move them), it will not be so confusing. I also tried to add space between the widgets to see if that would clear it up but I cannot figure out how to add padding. Thanks

    #17441
    Zex
    Moderator

    Hello, Paula!

    Insert the next codes into Customizing->General->Additional CSS:

    .footer-widgets .widget h3::after{
        display: none;
    }
    .footer-widgets .widget{
       margin-bottom: 30px!important;
    }
    .footer-widgets .widget-title{
        margin: 0 auto!important;
    }

    Change the margin and margin-bottom values per your wish.

    Regards

    #17451
    Paula Wright
    Participant

    AWESOME!! Thank you!

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