New Landing How can we help? Themeforest Theme Support Neighborhood widget titles lines css

Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • #319591
    cali75
    Member
    Post count: 48

    Hello,

    I’m trying to set to 1px height line of the widget-title of the sidebar and on the Comment Section (see image attach) https://www.llibreriasantjordi.com/2015/01/gracies/

    This is what I did but didn’t work:

    .sidebar .widget-heading h4::before {
    border-top: 1px solid #cecece!important;
    }

    .related-wrap h4 {
    border-bottom: 1px solid #000;
    }

    #comments-list > h4 {
    border-bottom: 1px solid #000;
    }

    #respond-wrap h3 {
    border-bottom: 1px solid #000;
    }

    Thanks and best regards,
    c

    Attachments:
    You must be logged in to view attached files.
    #319609
    David Martin – Support
    Moderator
    Post count: 20834

    You already have 1px lines on those? Please provide a mockup to better illustrate your question.

    #319622
    cali75
    Member
    Post count: 48

    Heelo David,

    The theme comes with 2px
    I want / tried to change the lines heigth to: 1px

    I put my modified css for each case but does not work.

    You can see my example in the image attach.
    best regards,
    c

    Attachments:
    You must be logged in to view attached files.
    #319633
    David Martin – Support
    Moderator
    Post count: 20834

    This should do it:

    .sidebar .widget-heading h4:before,
    #footer h4:before {
        border-top: 1px solid #444;
    }
    #comments-list>h4,
    #respond-wrap h3 {
        border-bottom: 1px solid #000;
    }
    #319741
    cali75
    Member
    Post count: 48

    Hello David,

    It did not work =(

    c

    #319745
    David Martin – Support
    Moderator
    Post count: 20834

    Fix your CSS errors first.

    You are missing a closing bracket. } Always validate your CSS.

    #319746
    cali75
    Member
    Post count: 48

    You are right! 😐
    Sorry.

    Thanks for your help.
    c

    #319748
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register