Two Minor Issues in Styling

Posted in: Newspaper
Post count: 2

1. I’m absolutely stuck with being unable to change the hover color Popular Posts in the footer widget at http://trekcore.com/newspaper. I can’t figure it out… I’ve spent an hour experimenting, and can get it to change, but when it changes, it changes a bunch of other hover link colors – so I can’t isolate it for some reason. Maddening and would love your help 🙂

2. On mobile only when clicking an item in the menu that expands to reveal submenu items, it flashes a blue color briefly. Zero clue how to change that…

Thanks for the great theme!

Post count: 22421

Hi,
1)The general hover color is defined by the theme accent color you set here: http://screencast.com/t/p3sPIjjxOdH0
If you want to only change the hover of the most popular posts, you need css to do it as there is no setting for individual elements (except for blocks as they have block settings)
You can target the block with css and change the hover for it like so:
.td-footer-wrapper .td_block_7 .td_module_wrap:hover a{
color:red!important
}

2)Please check your theme accent color and change it from blue to the color you want if you have not done so already. If you changed colors with css, make sure the code applies to all elements as only the home element changes color when clicked. Change your css code and use the !important attribute to make sure the css applies.
Thank you!

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