Adding tagline & removing the grey background

Posted in: Newspaper
Post count: 6

Hi,
I would like to add a tagline to the header, is there a way to do so?

And I’m using the big slider block and would like to remove the grey background on the featured images. All css codes I tried so far didn’t work. Any resolution to that?

Post count: 854

hi,
for the tagline : http://screencast.com/t/NAdcNXVwbZ
try using the option (style 2 or style 5) with text logo

on another thread on the forum someone answered to the grey background color :
https://forum.tagdiv.com/topic/post-featured-image-background/

Thanks for you message.
Radu A.

Post count: 6

Thanks Radu, there is still a grey background on the text showing up, is there a way to remove it? And which size should the pictures have to be shown big in the slider? I couldn’t find any informations about the perfect pictures sizes.

Next question – can I add easy the slider “<” to be shown all time?

http://www.lunchforone.de/startseite

Thanks a lot!

Post count: 3343

Hi,
You need to regenerate your thumbnails, please the steps from here: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Also, you don’t use the right page template, if you want to use the page builder + sidebar use Homepage – blank template like here: http://screencast.com/t/Vx9UbL49W1j4 and also use 2/3 – 1/3 and use the widgetised sidebar to add the sidebar on that page and also the content using page builder.

Thanks for the message!

Post count: 6

Well thats not a real answear how to remove the grey background from the text area. The sidebar is showing perfect for me.

The last slider was fresh uploaded with a featured image with the new sizes – I would like it to be over the full size of the slider and the text without grey background. Is this possible?

And how to have the “<” and “>” shown all time?

Thanks!

Post count: 3343

Hi,
To remove the gray color add this CSS in Theme panel -> Custom CSS

.iosSlider {
    background-color: none !important;
}

For the arrows with try this CSS

.iosSlider .prevButton,
.iosSlider .nextButton {
  opacity: 0.7;
}

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.