Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #36130
    Michael
    Member

    Can you please tell me how to reduce the spacing between the Homepage Headline and the featured slider?

    site: hurstbournedentalcare.com

    Also, can you tell me if there is a way to style the R sidebar (css)? I want to add text, but I want to be able to change the font/size/colors/border.

    Thanks!

    #36146
    Sakin
    Keymaster

    @Michael: You can change the margin top as per you need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        margin-top: 50px;
    }

    I don’t recommend you to change the header right font and size as for this you need to change to all responsive layout as well. So, it might be problematic for your mobile devices.

    Yes, you can change colors and border as following.

    #secondary .widget { 
        border: 1px solid #e6e6e6;
        color: #404040; 
    }
    #secondary .widget .widget-title {
        color: #222;
    }
    #secondary .widget a {
        color: #757575;
    }
    #36177
    Michael
    Member

    Thanks for the reply. I added the following as recommended to the Custom CSS box, but there is still a large gap between the image in the image slider and the homepage message. Any suggestions?

    site: hurstbournedentalcare.com

    #homepage-message {
    margin-top: 1px;
    }

    #36213
    Michael
    Member

    Sorry, it did work. Thanks!

    #36231
    Sakin
    Keymaster

    @Michael: No Problem. Glad it worked for you. Cheers 🙂

    #36711
    Michael
    Member

    Can you tell me how to change the sidebar background color? Thanks!

    #36737
    Sakin
    Keymaster

    @Michael: Change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    .featured-slider .slides { background-color: #fafafa; }

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Homepage Headline Spacing’ is closed to new replies.