-
AuthorPosts
-
May 22, 2017 at 8:20 pm #797892
Hey,
I want to have a thin dotted line between the widget posts.
What code shall I add?Thanks
Charlotte
http://www.newyorkhotellbokning.seMay 23, 2017 at 12:25 am #797988Hey Charlotte,
You want it under the booking section? Can you please screenshot the area?
Best regards,
Jordan ShannonMay 23, 2017 at 9:43 am #798121Hi Jordan,
I mean the widget area to the right
http://www.newyorkhotellbokning.se/midtown/May 23, 2017 at 10:13 am #798136Hi 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
May 23, 2017 at 10:19 am #798140Hi Sarah…
I have added the code to the style.css file but don’t see any difference.
May 23, 2017 at 10:28 am #798146Hi,
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,
SarahMay 23, 2017 at 10:32 am #798150Hi Sarah,
Yes I have empty the cache. I have added your login.Thanks
May 23, 2017 at 10:37 am #798152Hi,
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
May 23, 2017 at 10:42 am #798157Sorry about the login…is working now!
You will see that have added the code in the Enfold Child style.cssThanks
May 23, 2017 at 11:05 am #798167Hi,
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,
SarahMay 23, 2017 at 11:17 am #798173Hello 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…May 23, 2017 at 11:38 am #798184Hi,
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,
SarahMay 23, 2017 at 2:50 pm #798290Thank you :) Sorry for the misunderstanding!
Charlotte
May 23, 2017 at 3:02 pm #798297No problem, Charlotte! We’re glad to help.
Let us know here in the forums if you need help with anything else!
Best regards,
Sarah -
AuthorPosts
- The topic ‘Add thin dotted line between widgets’ is closed to new replies.