Change Icon colors in the "Doyle" theme

Posted over 1 year 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

FPD Helper

FPD Helper posted over 1 year 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
FPD Helper

FPD Helper posted over 1 year ago

1 Votes

C

Chaim posted over 1 year ago

I can't find that location in my settings.


0 Votes

FPD Helper

FPD Helper posted over 1 year 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 over 1 year ago

Thank you!


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


0 Votes

FPD Helper

FPD Helper posted over 1 year 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 over 1 year 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

FPD Helper

FPD Helper posted over 1 year 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