Forum replies created

    In reply to Spacing
    Imran
    Spectator
    Posts: 403
    June 15, 2015 at 11:07 am #18258

    Hi Ron,

    Thanks for writing in,

    #1: Try using following CSS code under Custom > CSS in the Customizer:

    #logo, #logo a {
    line-height: 70px;
    }

    #2: Try using these codes into your CSS:

    .widget_wooslider_slideshow_posts h2.slide-title {
    margin: 0px;
    }

    #secondary a, #secondary-2 .slide-title a {
    line-height: 100%;
    }

    #3: To increase the margin you can use this code:

    .widget {
    position: relative;
    margin-bottom: 30px;
    }

    #4 , #5: To suppress the extra margins you can try this CSS:

    .panel-widget-style {
    border: none !important;
    }

    .shortcode-tabs {
    margin-bottom: 0px;
    }

    Thanks.

    Imran
    Spectator
    Posts: 403
    June 15, 2015 at 9:24 am #18257

    Hi Karin,

    Thanks for writing in,

    Would you mind providing some more clarification on it, and if you wish to add a read more tag into your slider so that is under Appearance > Theme Options > Bootstrap Slider as per shown here: http://prntscr.com/7h55qd.

    Thanks.

    Imran
    Spectator
    Posts: 403
    June 15, 2015 at 9:07 am #18256

    Hi Frank,

    You can simply add the featured images to your pages and then add this CSS code to hide the featured image only from the single pages. Please add the following code under Appearance > Theme Options > Custom CSS:

    body.page .thumbnail-post {
    display: none;
    }

    Thanks.

    Imran
    Spectator
    Posts: 403
    June 12, 2015 at 12:23 pm #18235

    Hi Frank,

    Thanks for writing in,

    To achieve this you can add following code under Appearance > Theme Options > Custom CSS:

    .hentry:not(.has-post-thumbnail) .thumbnail-post {
    display: none;
    }

    Thanks.

    In reply to Menu bar
    Imran
    Spectator
    Posts: 403
    June 12, 2015 at 9:49 am #18233

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 403
    June 12, 2015 at 9:49 am #18232

    Hi Steven,

    Thanks for writing in,

    If you wish to eliminate shadow.png border from under the content boxes as per shown here: http://prntscr.com/7g1w12 so you can add following code under Appearance > Theme Options > Custom CSS:

    .home-content-boxes {
    background: none !important;
    }

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 403
    June 11, 2015 at 1:28 pm #18208

    Hi CW,

    You can try this code under Appearance > Theme Options > Custom CSS:

    #nav.nav-holder .navigation > li > a {
    padding: 0 10px;
    }

    Thanks.

    In reply to Menu bar
    Imran
    Spectator
    Posts: 403
    June 11, 2015 at 1:17 pm #18207

    Hi Ron,

    The light dark effect has already being removed since you’ve modified the background, if it wasn’t then would look like this: http://prntscr.com/7fq0af

    Thanks.

    In reply to Menu bar
    Imran
    Spectator
    Posts: 403
    June 11, 2015 at 11:42 am #18204

    Hi Ron,

    Would you mind trying this code to resolve it under your Appearance > Theme Options > Custom CSS:


    .menu-header {
    background: #eeeeee !important;
    }

    And in another way you can go to the Appearance > Theme Options > Styling > Or custom menu color as per shown here: http://prntscr.com/7fpdu5

    You can only use either way between both above mentioned. Or the third way is to go under Styling > Disable Menu Background

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 403
    June 11, 2015 at 10:57 am #18202

    Hi there,

    Thanks for writing in,

    To achieve that, you can use following CSS under Appearance > Theme Options > Custom CSS:

    .alora-row {
    max-width: 1200px;
    }

    In regard to your second question, to get content boxes you can use content boxes shortcode which is built in theme4press core plugin.

    Thanks.