Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #988234

    I’d like to add the border below under the Sidebar Widget titles:

    border-top:2px dashed #CCBDB8; width: 100%;

    Is there CSS I can use to do this?

    Thanks!

    #988331

    Hey Moondreamer21,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #988391

    Sure, in PC below.

    #988397

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    h3.widgettitle {
        border-bottom: 2px dashed #CCBDB8 !important; 
        width: 100%;
    }

    Best regards,
    Mike

    #988510

    Thanks! That added a border below the title… but I wanted a dividing line between the widgets so I changed it to top instead of bottom, which will work great – but now it’s just sitting right on top of the title and the padding (to move it up so the border looks like’s it’s spaced between the widgets) I’ve tried isn’t working?

    h3.widgettitle {
    border-top: 1px dashed #CCBDB8 !important;
    padding-bottom: 15px;
    width: 100%;
    }

    Any ideas?

    #988516

    I also wanted to add, that this border is showing up above the titles in the widgets in the footer… but I don’t want them there. Only as a separating line between the sidebar widgets? Thanks!

    #988520

    Hi,
    Please try this code instead, in the General Styling > Quick CSS field:

    .sidebar .widget {
        border-bottom: 2px dashed #CCBDB8 !important; 
        width: 100%;
    }
    .sidebar .widget {
    margin-top: 20px !important;
    }

    Best regards,
    Mike

    #989419

    Thank you Mike! I actually decided I liked the border underneath the widget titles better.
    Is there some CSS to disable it under the footer widgets only?

    Thank so much! ;)

    #989470

    Hi,
    Please try using this code instead:

    .sidebar h3.widgettitle {
        border-bottom: 2px dashed #CCBDB8 !important; 
        width: 100%;
    }

    Best regards,
    Mike

    #990529

    That did the trick – thank you so much! :)

    #990530

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Border under Widget Titles?’ is closed to new replies.