• Resolved muzimak

    (@muzimak)


    Hey guys, maybe it’s too much to ask for a Free Version but how do I change the Pink Strips under headings and footers to my preferred colour?

    Thanx in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    #sidebar-footer .widget-title::after { 
      background-color: #F9D38A;
    }
    
    #mainnav .current-menu-item {
      border-color: #F9D38A;
    }
    

    Regards,
    Kharis
    aThemes Support

    Thread Starter muzimak

    (@muzimak)

    Thanx that worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing hardcoded colour to correct theme’ is closed to new replies.