This topic has 3 replies, 2 voices, and was last updated 6 years, 3 months ago by Asiya Fatima.
Viewing 4 posts - 1 through 4 (of 4 total)
Where can I change the font color in the slider on the front page?
coolairstorage.com
Hi mgravlee,
You have to add the below code in your custom CSS.
Go to the Appearance->StoreUp->Styling->Custom CSSyou can add your own color accordingly,
.flex-title h5 {
color: #dd3333 !important;
}
.flex-content {
color: #dd3333 !important;
}
You have to add the below code in your custom CSS.
li#menu-item-4320 {
background: yellow !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘Slider Text Color’ is closed to new replies.