Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #842414

    Hey,

    I want some help with changes in the sidebar: http://www.hotelladdict.se
    Sidebar

    1. adjust the first blog post so it has the same height as the hotel search box
    2. add a thin grey dotted line between the widgets
    3. Category widget
    Delete the second headline
    Change the name in the dropdown from Category to Välj resmål

    Thanks
    Charlotte

    #842968

    Hey Charlotte,

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

    .home .post-title.entry-title {
        margin-top: -10px;
    }
    .widget:not(:last-child) {
        border-bottom: 2px dotted black!important;
    }
    #categories-3 .screen-reader-text {
        display: none;
    }
    

    To change dropdown from Category to Välj resmå, please switch language to Swedish from English :)

    Best regards,
    Yigit

    #842972

    Thanks :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changes in side bar’ is closed to new replies.