Big Slide background color, Titles, CSS

Posted in: Newspaper
Post count: 73

Dear Tagdiv team,

We recently updated from v4 to v6 and need some help.

1.Can you please let me know how we can achieve this (background image/color sitewide only around the big grid?) The background option in the widget gives only a boxed background. Here is what we want to achieve: http://you.greekreporter.com/files/2015/07/Screen-Shot-2015-07-18-at-10.09.28-PM.png

2. How can we disable the “zoom effect” and “dark fade” on the big grid?

3. How can we add a color background on all sidebars?
Is there a way to have the same background across all the sidebar columns? We tried the code below we found in the forum but this works only on the front page sidebar.
.wpb_widgetised_column, .td-main-sidebar {
background-color: #dddddd;
}

4. We want all linked titles of posts across all blocks to underline instead of changing color. How can we achieve to have them black as original and underlined on hover?

Thank you so much!
Anastasios

Post count: 7909

Hi,

1. You will have to stretch the row and add the background color/image, please check this topics – https://forum.tagdiv.com/topic/make-block-full-width/https://forum.tagdiv.com/topic/change-background-color-of-the-big-slide-under-nav/#post-54593
2. Please check this topic for zoom effect – https://forum.tagdiv.com/topic/big-grids-style/ and also this for gradient – https://forum.tagdiv.com/topic/big-grid-8-colors/
3. Try to use !important tag – http://screencast.com/t/Tra36gNjMQ
4. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/mJbZgzMeehei

.td_module_wrap .entry-title a:hover {
text-decoration: underline !important;
}
.td_module_wrap:hover .entry-title a {
color: #222222 !important;
}

Thanks!

Post count: 73

Dear Alin,

Thank you fo your response and help.

1. I read and implemented everything included in the suggested threads but no good results for me. After I add the slide in the stretched row and did all the cuztomizations suggested (margins etc) the slide doesn’t show on the page, just a blank white space. See here: http://you.greekreporter.com/files/2015/07/Screen-Shot-2015-07-20-at-11.40.02-PM.png

2.Thank you!

3.Thank you!

4. Thank you for the code. It works, but it also turns our slider’s title black. Is there a specific way to overwrite this just for the slider or a specific block so the title there stays white, lets say grid 2?

I appreciate your help.
Anastasios

Post count: 7909

Hi,

1. Please provide a link so we can take a look at this.
4. I also checked this and did not change the color for article title on Big Grid – http://screencast.com/t/PbJs0c7Yj4Z please make sure that you don’t have another css code taht change the color there. Also paste a link to this page.

Thanks!

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