Home>Support>Estate – change height of home page image / banner text colour / footer buffer CSS code / page builder?

Estate – change height of home page image / banner text colour / footer buffer CSS code / page builder?

Hello, can you please help me with issues?

1. Since removing the banner button, the background image has reduced in height. How can I increase the height of the image again? (I did try your Vantage them (very nice), but the image is too high!).

2. Banner subtitle text: How do I change the colour of the Banner Title and Subtitle text from its default grey colour?

3. Footer text – buffer size: What is the CSS code that allows me to reduce the buffer space on the top & bottom of this test?

4. Page builder is excellent, I really like the flexibility. However, I cannot edit the text (colours, bold, insert links etc) within the text widgets. When I switch to editor, I can make the changes, but when I ‘update’ the page, no changes are made and the text returns to plain text. Is there anything that I can do differently?

Sorry for the question dump, hopefully it saves lots of separate posts!

URL: http://dev.sonar.finance

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Bruce

    If the Meta Slider image height in Vantage is your only challenge there we can easily resolve that via the height setting in Meta Slider.

    1. It’s possible to add padding to the banner image by inserting the following into a plugin like Simple Custom CSS:

    /* Estate Add Banner Image Padding */
    
    #top-slider .slides .slide {
    padding: 50px 0;
    }
    

    Adjust as required.

    2. Custom CSS as follows:

    /* Estate Banner Text */
    
    #top-slider .slides .slide .slide-contents h2 {
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    }
    
    #top-slider .slides .slide .slide-contents h4 {
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    }
    

    Adjust as required.

    3.

    /* Estate Footer Padding */
    
    #site-info .container {
    padding: 15px;
    }
    

    4. Use the Visual Editor widget with Page Builder: https://wordpress.org/plugins/black-studio-tinymce-widget/. Page Builder content can’t be edited via the Visual or Text tabs.

    Hope that helps.

  2. 9 years, 10 months ago bruceclaassen

    Hi Andrew, thanks once again, all sorted!

  3. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear that helped.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More