How can I change the color and font of the drop doen values ?

Posted in: Newspaper
Post count: 148

How can I change the color , style and font of the drop doen values ?

View post on imgur.com

Post count: 23312

Hello Fitlogy.com,

Please notice that all the settings for your main menu and sub-menu can be changed from Theme panel, Theme colors, like this -> http://screencast.com/t/rFQxqi2W Also, if you want to change the color for your sub menu items, you can try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.sf-menu ul .td-menu-item > a {
color:green;
}
.sf-menu ul .td-menu-item > a:hover{
color:red;
}

Thanks.

Post count: 148

Thanks

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