I would like to get my footer looking exactly like this in the pic. How would I add the > icon and the bigger text for header and get yellow color, thanks
Hi @waynepatt58,
Thanks for posting in.
-
Please go to
Theme Options > Typography > Headingsand turn on the Widgets Icon. -
On the options area, change your header font-weight to bold (as this reflects to widget’s titles too)
-
Then add a Text Widget in your footer sidebars (add title and description)
-
Add this CSS to your global custom CSS to change its color
.widget .h-widget:before, .widget .h-widget:after {
opacity: 1;
color: yellow;
}
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.