Can you please advise how to change the color of the titles and the whole background page except menu? I tried all setting, but none of them allowed me to change the background color completely (it allowed to change it only on sides) and none of them allowed me to change the title?
Hello mc_kot,
If you want to change the color title for modules, please notice that you will have to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-module-title a{
color:red!important;
}
The result -> http://screencast.com/t/IAFzLEnOA8hR
The background can be added from the Theme Panel, like this -> http://screencast.com/t/o1h3PcH9t9 and the color title entire the posts, you should change it from there -> http://screencast.com/t/HUu9ful3uO
For more information about these features, please check here -> https://forum.tagdiv.com/background-introduction/ and here -> https://forum.tagdiv.com/theme-colors-introduction/
Hope this helps!
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks.
Hello,
Regarding Titles — thanks a lot. It works perfect.
Regarding background, my idea is to make the same color everywhere except the menu (like here you have all grey + back menu http://demo.tagdiv.com/newspaper_black/ I want to have all grey + white menu). How do I do that?
When I change something here http://screencast.com/t/o1h3PcH9t9 or here https://gyazo.com/cb79c42d0b1fa67f58330123b7e2840b It changes only the background on the left and right — https://gyazo.com/691cb379a2a7f9fe6ad46b45c13b4764 My idea is to make the whole web site background with different color (not just on sides) Is it something doable?
Thanks.
Hi
Unfortunately the theme does not have an option to change the background color for poage contetn but you can achieve that using this css: http://screencast.com/t/GGLcbhkGM
.td-main-page-wrap{
background-color: aqua;
}
Hope this helps!
Thanks!
I added the code https://gyazo.com/926630396cd63bff5b9fa573d73fdcf6 but nothing has changed there http://newsletter.freesmi.by/ đ
HI
That happens becasue you’re using page-builder+title and the page’s structure is a bit different. Try this css, it should work fine: http://screencast.com/t/K0V92mz37EI4
.td-main-content-wrap .td-container {
background-color: aqua!important;
}
Thanks!
Thank you. With the new code the color has been changed. That is good. But the issue is that when I don’t set BACKGROUND COLOR in General theme colors https://gyazo.com/bd5d905475fcffab9631a7cfd8d61222 the page looks as here https://gyazo.com/6cfc4f68fadea4d5d81ab42f97578f82 (it means the page on the left and on the right is still without proper color)
When I set BACKGROUND COLOR in General theme colors, I receive the following result https://gyazo.com/a80795720a9eda75c537d18c08da4a00
Is it possible to make the whole page except menu with a different color? Just a different color without adding any additional frames or anything like this.
The idea is to make it as shown here https://gyazo.com/af98570612e1975c76f2d8abef272533
Hello mc_kot,
Please notice that if you will change the background for your theme, it will be switched in the boxed mode because this is the general behaviour of the theme and it cannot be changed very easy. If you want to change this structure, you will have to do it yourself or if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
I see. But here you have the theme just black without any boxes http://demo.tagdiv.com/newspaper_black/ or here just white http://demo.tagdiv.com/newspaper/ I want to have completely the same effect, but a different color instead of black or white
Hello mc_kot,
Please notice that what you want to achieve it is not a simple task, sorry! Each demo has an own style design with an own CSS code, as you can see here -> http://screencast.com/t/waaYk9LkgEG If you want to have the similar layout for your website, I suggest you installing the Black Version of the theme (with/without content) and because what you want to achieve to adjust the Default layout to Balck version it is more difficult, require time-consuming, custom work and we cannot provide this type of services at the moment, sorry! Simply, you have to use our Black version.
Thanks for your understanding!