Customize

Posted in: Newspaper
Post count: 21

1) How to change the color of social icon in the footer ?

2) How to change the color of the white line that arises under a menu when we hover over it in the menu bar ?

3) How to change the width of header of any template ?

Post count: 22421

Hello,
1) The social icons in the footer can be edited with css. Use this code:
.td-footer-wrapper .td-social-icon-wrap a{
color:red!important
}

2) The line that appears under the menu items when you hover over the main menu is affected by the theme accent color: http://screencast.com/t/uoHzlRlshttp://screencast.com/t/rqmqCgDo
3) The header cannot change it;s width. There are only 2 variations for the header and footer width. If a background color or image is set, the header and footer will go into boxed mode. If no background image or color is set, they will display full width.
Thank you!

Post count: 21

All my other problems are solved expect the second one. My theme accent color is blue. But when I hover over a menu it is showing white color. Will it be possible to have a color other than theme accent color ?

U may check out my website. http://www.principiaboxed.com

  • This reply was modified 10 years by nirmal___.
Post count: 22421

Hi,
Try this css code to change the menu hover color:
.menu-item a::after{
background-color:red!important;
}

Thank you!

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