Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #797892

    Hey,

    I want to have a thin dotted line between the widget posts.
    What code shall I add?

    Thanks
    Charlotte
    http://www.newyorkhotellbokning.se

    #797988

    Hey Charlotte,

    You want it under the booking section? Can you please screenshot the area?

    Best regards,
    Jordan Shannon

    #798121

    Hi Jordan,

    I mean the widget area to the right
    http://www.newyorkhotellbokning.se/midtown/

    #798136

    Hi Charlotte,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .widget_recent_entries#recent-posts-2 ul li {
       border-bottom-style: dotted !important;
       border-top: none !important;
       border-width: 1px !important;}

    Best regards,
    Sarah

    • This reply was modified 7 years, 6 months ago by Sarah. Reason: added border-top specification
    #798140

    Hi Sarah…

    I have added the code to the style.css file but don’t see any difference.

    #798146

    Hi,

    Have you tried clearing your browser and WP cache and refreshing the page a few times?

    If that doesn’t work, may we have admin access into your Dashboard so we can take a closer look, please?

    Best regards,
    Sarah

    #798150

    Hi Sarah,

    Yes I have empty the cache. I have added your login.Thanks

    #798152

    Hi,

    Unfortunately, those login details don’t work for me. Can you check it?

    I’ve also checked your style.css, but I don’t see the code I gave you. Please make sure you clear your WordPress cache (if you have any caching plugins) or the cache that your server might be generating.

    Thank you!

    Sarah

    #798157

    Sorry about the login…is working now!
    You will see that have added the code in the Enfold Child style.css

    Thanks

    #798167

    Hi,

    I added the code into your Quick CSS, and it works okay now! :) Please check it and see if that’s how thin you’d like it to be. You can adjust the border-bottom-width value if you’d like.

    Best regards,
    Sarah

    #798173

    Hello Sarah… thanks but I still don’t see any difference!

    http://www.newyorkhotellbokning.se/chelsea/
    After West Village & Greenwich on the right hand side for example there is no dotted line…

    #798184

    Hi,

    Oh, that’s where you wanted it? I’m so sorry, it seems I misunderstood. I thought you wanted them in the widget for recent posts.

    Okay, to put a dotted line between the widgets, I put this code in your Quick CSS instead:

    .sidebar .widget { border-bottom: 1px dotted gray; }
    .sidebar .widget:last-child { border-bottom: none; }

    Please replace gray with your preferred color.

    Best regards,
    Sarah

    #798290

    Thank you :) Sorry for the misunderstanding!

    Charlotte

    #798297

    No problem, Charlotte! We’re glad to help.

    Let us know here in the forums if you need help with anything else!

    Best regards,
    Sarah

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Add thin dotted line between widgets’ is closed to new replies.