Widget background color and pagination color

Posted in: Newsmag
Post count: 115

1
2

Post count: 6535

Hi

I am not sure what you mean, please provide more details about what you’re trying to do and maybe I can provide a solution.
Thanks!

Post count: 115

widget background color
pagination background color

Post count: 6535

Hi

If you’re using a widget from Visual Composer the background color can be set from column settings: http://screencast.com/t/miCRO811pvQx

You can change the pagination background color using this css: http://screencast.com/t/o0KwHJVlmL9

.page-nav a:hover{
background-color: #D9BFBF;
}
.page-nav a{
background-color: #C16E6E;
}
.page-nav:first-child > div{
background-color: #E2EC4D;
}

Thanks!

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