Change Icon colors in the "Doyle" theme

Posted 8 months ago by Chaim

Post a topic
Answered
C
Chaim

Hi, is there any way I can change the colors of the icons in the top/side bar, when using the "Doyle" theme? None of the colors in the panel, are effecting the icons.


Why? maybe some custom css?


Please help me asap, it's very important


Thank you




0 Votes

M

Moeen khan posted 8 months ago Best Answer

Hello Chaim,


Please use the following CSS Code to change the colors of the icons. Thanks


.fpd-navigation, .fpd-navigation .fpd-nav-icon:before {
    color: #ffef00;
}


1 Votes


7 Comments

Sorted by
M

Moeen khan posted 8 months ago

1 Votes

C

Chaim posted 8 months ago

I can't find that location in my settings.


0 Votes

M

Moeen khan posted 8 months ago

You can change the background color of the canvas, edit the product in woo > FPD individual settings > General > Background > Color 

1 Votes

C

Chaim posted 8 months ago

Thank you!


And how do I change the background color for this section?


0 Votes

M

Moeen khan posted 8 months ago

For the icons of action tools. Please use this CSS code:


.fpd-actions-wrapper>.fpd-action-btn>span {
color: #f0a505;
}


1 Votes

C

Chaim posted 8 months ago

Thanks for your answer, but only the Icons in the left bar are changing colors, the icons on top remains white (see attached).


0 Votes

M

Moeen khan posted 8 months ago Answer

Hello Chaim,


Please use the following CSS Code to change the colors of the icons. Thanks


.fpd-navigation, .fpd-navigation .fpd-nav-icon:before {
    color: #ffef00;
}


1 Votes

Login or Sign up to post a comment