Home Forums Pro Themes WEN Business Pro Slider Text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87424
    Doug Rasmussen
    Participant

    Is there a way to make the headline text on the slider for Business Pro theme italicized? If you look at this link http://c1y.db7.myftpupload.com, I am looking to make the main headline over the slider to be in italic. Is this possible? Thanks.

    #87426
    wensolutions
    Keymaster

    Hello @dougkurt,

    Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS for the fix.

    #main-slider h3 {
    	font-style: italic;
    }

    You can change the font style as per your requirement.

    Hope this helps.

    Regards!!

    #87447
    Doug Rasmussen
    Participant

    Thank you very much. Now I have different issue. I am using the same theme on a different site and for some reason the button background color has changed, but it is listed in the Customize Colors section as something different. You can see this at http://pbp.ac9.myftpupload.com. The button is showing up blue and should be a sage green. It was this color earlier. Any thoughts on this. Thanks for all the help.

    #87463
    wensolutions
    Keymaster

    Hello @dougkurt,

    The button color is changed by going to Admin Panel > Appearance > Customize > Color Settings > Basic Color Options > Button Background Color.

    If this does not work for you then please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    #main-slider .slider-buttons a {
    	background-color: #492f13 !important;
    }

    Hope this helps.

    Best Regards!!

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