Home Forums Pro Themes Clean Corporate Pro Black background bar of call to action widget

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #55000
    lindaje
    Participant

    How do I remove, or change color of, black bar background of the call to action widget. Please
    Thanks
    Linda

    #55056
    wensolutions
    Keymaster

    Hello @lindaje,

    If you want to completely remove the black background then use below given CSS.

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

    #sidebar-front-page-widget-area .clean_corporate_widget_call_to_action::before {
        background: transparent;
      }

    Or if you simply want to change the color then you can paste below given CSS in the same location .

    #sidebar-front-page-widget-area .clean_corporate_widget_call_to_action::before {
        background: #0d1a2d;
       }

    Change the hex color code as per your requirement .

    Hope this helps.

    Best Regards!!

    Have a good day .

    #55092
    lindaje
    Participant

    That is fantastic. JUST what I needed. But now the background on the slider info bar, where the Feature page text and read more text appears needs a color change. Can you please give me the magic for that, too?

    I LOVE this theme and the response I get from support. I’d be very happy to write a testimonial for you.

    Linda

    #55099
    wensolutions
    Keymaster

    Hello @lindaje,

    Thank you very much for the appreciation and always glad to help you guys .

    Now to change the color of the overlay of the slider text area use below given CSS.

    #main-slider .cycle-caption {
        background: rgba(38, 41, 76, 0.7) none repeat scroll 0 0;
    }

    You can change the color as per your requirement by changing the rgba value of equivalent hex color code .

    Hope this helps .

    Let us know if you have any confusion further .

    Best Regards!!

    #55345
    lindaje
    Participant

    Thank you again. Almost done. I hope.
    Could you please give me the code for changing the color of the front page footer widget background. I have the slider overlay a good color, the call to action a good color, both thanks to you, and I figured out the page headers based on what you told me to do for the other things, but the footer backgrounds are a big black bar.
    Linda

    #55396
    wensolutions
    Keymaster

    Hello @lindaje,

    You don’t need any custom CSS for this . The theme has already provided the feature to change the background color of the footer widget area.

    Please go to Admin Panel > Appearance > Customize > Color Options > Footer Widget Color Options > Background Color and change the color as per your requirement .

    Hope this helps.

    Best Regards!!

    Have a good day .

    #55397
    lindaje
    Participant

    Oh. Thanks. I guess it would help if I really read things…
    sorry..

    #55407
    wensolutions
    Keymaster

    Hello @lindaje,

    No need to apologize . We are here for you guys to help with your confusion related to the theme .

    Also we are glad all of your issue has been solved . If there is any issue further related to the theme then please post them .

    Thank you !!

    Best Regards!!

    #55464
    Rasmus Klinge
    Participant

    I have tried to change the background color for Clean commerce pro in CTA (Call To Action) but nothing happens. I like the color to be black or #ff7d06

    Just to be sure. Im talking about the field to the left

    #55502
    wensolutions
    Keymaster

    Hello kitchebtools,

    Actually we are not quite clear with your issue according to what you have said, You have asked to change the background color of CTA of Clean Commerce Pro theme and posted the issue in the forum of Clean Corporate Pro which makes us confuse . If you meant the CTA background Of Clean Commerce Pro then it is already in black background .

    But in case if you meant Clean Corporate Pro then then the background color will only be applied if you do not upload the background image though Customize > Widget > Clean Corporate : Call To Action widget and to change the color you may go to Admin Panel > Appearance > Customize > Home Widget Color Options > CTA Widget Color Options . Here you can change the color as per your requirement .

    IF this does not help please provide the screen shot of the section that you want to change the color of and you URL so that we could provide precise fix .

    PS: Please post Your query under respective forum by creating your own ticket .

    Hope this helps .

    Best Regards!!

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