Change Background color

Posted in: Newspaper
Post count: 32

Hi Tagdiv Team ,
I ahev tried to change the background color for the full website I have used TD composer and also Theme panel option and this change just part of the website I tried also using css code but it doesn’t work
is there please anyway to change the full website color ? here is a screenshot explaining http://prntscr.com/n6jepk

Post count: 35449

Hi,

Is possible to have some elements/blocks that have set some margins; please provide me a link were I can inspect your website, in this way I will be able to provide a a custom css to apply to full website.

Thank you!

Post count: 32

How can I send my website privately ?

Post count: 35449

Hi,

Please set this custom css in Newspaper>Theme panel> Custom code > Custom css this should make your website to have the same background color.
.td-main-page-wrap {
padding-top: 0;
margin-top: 48px;
}
.td-post-template-4 .td-post-title ,.td-pb-row, .td-container-wrap {
background-color: #f7f7f7;
}

Thank you!

Post count: 32

Thank you so much it works (y)

Post count: 32

Calin please is there anyway to chnage the Main Menu size as it look big screenshot (http://prntscr.com/n6z3rx)

Post count: 35449

Hi,

In order to change the menu size you need to go in Newspaper>Theme panel>Theme fonts> Header>Main menu and change the size -> https://www.screencast.com/t/vGAp8owJ8N -> https://www.screencast.com/t/JTqLDijX

Thank you!

Post count: 32

Here is the problem with Post background it is white ( http://prntscr.com/nej7c3 )

Post count: 32

Please how can I fix the white to make the website grey here is the issue ( http://prntscr.com/nej7c3 ) and how Can I please make a split between post article and footer like this (http://prntscr.com/nejexq) and in the meantime give it an option to load more articles under the post if it is possible like in the bimber theme as I don’t find this option, and also the sidebar is there anyway to edit it ? Tagdiv composer doen’t show up on posts (http://prntscr.com/nejgde) , website saharapolicy(.)com
Thank you

  • This reply was modified 7 years by fgates.
Post count: 35449

Hi,

For background color please check this topic -> https://forum.tagdiv.com/topic/header-problem/
Please check the settings for related articles -> https://forum.tagdiv.com/related-articles/

The tagDiv Composer was made to build pages and edit templates, not create content for posts, just template for posts, pages, categories…

Thank you!

Post count: 32

Hi Calin
Thank you for your reply ,
I hope you understand my issue check this link for this article (https://bit.ly/2viIgpz) and check the color on the page screen ( http://prntscr.com/nfbno2 ) that’s what I was talking about , so how can I make it Grey ? your previous CSS was working good but once I imported the old fashion design for home it become like this ,
Hope can get this fixed
Thank you again

Post count: 32

After Application of the code given by you it be become like this ( http://prntscr.com/nfbrln) so how can I make the white also grey
here is the code you gave me

<style>
.td-main-page-wrap {
padding-top: 0;
margin-top: 48px;
}
.td-post-template-4 .td-post-title ,.td-pb-row, .td-container-wrap {
background-color: #f7f7f7;
}
</style>

Post count: 35449

Hi,

Please replace the above custom css with this one
<style>
.td-main-page-wrap {
padding-top: 0;
margin-top: 48px;
}
.post, .post .td-post-header-holder, .td-post-template-4 .td-post-title ,.td-pb-row, .td-container-wrap {
background-color: #f7f7f7;
}</style>

If there is still a page/post that do not have the full background color set please provide me that link.

Hope this will help you!
Thanks.

Post count: 32

Loooove you man
Thank you so much for help
You deserve 6/5 stars

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