Home Forums Pro Themes Magazine Plus Pro Change button color?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47624
    Hirschan
    Participant

    How do I change the button color in the “MP: Call to action” widget and title background in “Header right widget area”?

    Homepage

    #47648
    wensolutions
    Keymaster

    Hello @hirschan,

    To change the color of the button and title background of “Header right widget area” use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .call-to-action-buttons .custom-button {
        background: #428cfa;  
    }
    
    #header-widget .widget-title span {
        background: #e56916;
    }

    You can change the color code as per your requirement .

    Hope this helps.

    If you have any issue further please feel free to post them.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.