Forum replies created
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.
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.
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.
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.
Hi CW,
You can try this code under Appearance > Theme Options > Custom CSS:
#nav.nav-holder .navigation > li > a {
padding: 0 10px;
}
Thanks.
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.
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.
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.
Hi there,
Thanks for writing in,
In the theme customizer there are two options available dark or light so which can be attained by going into Appearance > Styling > Menu Color as per shown here: http://prntscr.com/7fogba. However if you wish to achieve plain background you can add following code under Appearance > Theme Options > Custom CSS:
#wrapper .menu-header {
background: #eeeeee !important;
}
Thanks.