Slide 1 column color change was not

Posted in: Newsmag
Post count: 199

Hi, we are trying to change this label color but does not take into consideration the command that we tell. How come?

https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-03-24%20alle%2013.07.40.png

Post count: 6600

Hi,

I’ve also tested this using the latest theme version and it seems that the color settings for block title doesn’t works.
I’ve added this issue on our todo list and we will fix it in next theme update.
Until then you can use the css from below to change slider’s block title: http://screencast.com/t/CPUskhkh0

.td_normal_slide .block-title span {
color: #EDC5C5;
background-color: #4726E0;
}

Thanks for reporting this!
Sorry for the inconvenience!

Post count: 199

OK thanks, and if we want to change this color? -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-03-24%20alle%2015.39.56.png

We can do this for each page by entering CSS code of Visual Composer? See this -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-03-24%20alle%2015.41.42.png

Post count: 7909

Hi,

Yes you can do it like that or if you want to that css code apply on all pages you can add the css in Theme Panel > Custom Css: http://screencast.com/t/iDEq2ytyZx0D

Thanks!

Post count: 199

No I want to change it on one page? What code should I enter?

Post count: 7909

Hi,

You can try this code:

.td-trending-now-wrapper .td-trending-now-title{
background-color: #EF5730;
}

Thanks!

Post count: 199

Works. Thank you. You can hide the block “News Ticker” when it has no articles to show?

Post count: 7909

Hi,

Unfortunately theme doesn’t have an option for any blocks. Sorry for inconvenience!

Thanks for the message!

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