i want to change the color of all links on home page

Posted in: Newspaper
Post count: 16

i am using theme on http://kohraam.com

i want to change color blue for all the links on home page

how can i do this .. check this snapshot http://prntscr.com/9yg3qe

Post count: 22421

Hello,
you can change the hover color on all blocks in visual composer – block settings as you can see here on our demo, each block has a different hover color: http://demo.tagdiv.com/newspaper/
This is controlled from here: http://screencast.com/t/d09X7oMZIUGy
The title color affects the hover color as well.
Thank you!

Post count: 16

my problem is not about hover color , i want to change default color of blocks
Please see snapshot file

Post count: 22421

Hi,

If you want to change the links color on the homepage, you can use this css:

.home h1>a, .home h2>a, .home h3>a, .home h4>a, .home h5>a, .home h6>a {
color: #378EDF;
}

Thank you!

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