How can I change my footer to this?

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.

  1. Please go to Theme Options > Typography > Headings and turn on the Widgets Icon.

  2. On the options area, change your header font-weight to bold (as this reflects to widget’s titles too)

  3. Then add a Text Widget in your footer sidebars (add title and description)

  4. 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.