Color change

Posted in: Newspaper
Post count: 6

How to change this colors? http://prntscr.com/83yact

Post count: 7909

Hi,

You can add a background color to the row and also stretch the row – http://screencast.com/t/x0zHBipLlm5Chttp://screencast.com/t/TFSxOOr7Ztl

Thanks!

Post count: 6

But I changed for raw http://prntscr.com/84jvt7http://prntscr.com/84jwdk and here is the effecthttp://prntscr.com/84juhr. The same situation above footerhttp://prntscr.com/84jxby and this is what I only have in VChttp://prntscr.com/84jycs The same situation on posts http://prntscr.com/84k1djhttp://prntscr.com/84k25shttp://prntscr.com/84k2jyand this is effect http://prntscr.com/84k34w and above footerhttp://prntscr.com/84k47y

Post count: 7909

Hi,

There is also a specific theme css on pages/posts more accurate there is a padding and you will have to change that using custom css, for example – http://screencast.com/t/41EuNmnQ and add the space(padding) to the row – http://screencast.com/t/XpLQxhIMpM0
For footer the same – http://screencast.com/t/59JU8a0b

.page .td-main-page-wrap {
padding-top: 0 !important;
}

.page .td-main-content-wrap {
padding-bottom: 0 !important;
}

On post pages unfortunately you will need custom work as the theme doesn’t have an option to change the content background color. If you don’t know how to do it I suggest to hire someone to do this for you as we cannot provide custom work, sorry!

Thanks!

Post count: 6

how can I change color for this text?http://prntscr.com/85qutn and for this text?http://prntscr.com/85qpdu and how to change color for mobile menu http://prntscr.com/85qq62

  • This reply was modified 10 years by bArA.
  • This reply was modified 10 years by bArA.
  • This reply was modified 10 years by bArA.
Post count: 7909

Hi,

You can try this custom css to change the article title color for all blocks/modules – http://screencast.com/t/autiTAA0G

.td-module-title a {
color: red;
}

For share title – http://screencast.com/t/2sMyyRSUncc

.single .td-post-share-title {
color: red;
}

And for mobile menu background please check this topic – https://forum.tagdiv.com/topic/sticky-header-color/#post-62914

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.