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
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!
Calin please is there anyway to chnage the Main Menu size as it look big screenshot (http://prntscr.com/n6z3rx)
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!
Here is the problem with Post background it is white ( http://prntscr.com/nej7c3 )
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.
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!
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
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>
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.