Home Forums ArileWP Pro How to change background color of fun facts section?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1386
    Barry Belog
    Participant

    it is currently light blue, i would like to change it to black and havent found any way to do it, thanks

    #1390
    themearile
    Keymaster

    Hi Berry,

    Thanks for contacting us and using the ArileWP Pro theme.

    Now do you want to change the color of light blue to black then kindly follow the given steps here Appearance >> Customize >> Additional CSS. Now paste the CSS code below then click to publish button.

    .theme-funfact-overlay {
        background-color: rgba(0, 0, 0, 0.95);
    }

    Please let me know if you need any further assistance..!

    Thanks,
    ThemeArile

    • This reply was modified 5 years, 6 months ago by themearile.
    #1403
    Barry Belog
    Participant

    Hi thanks for your help. i pasted the code but color remains the same. Do you have another advice?

    #1406
    themearile
    Keymaster

    Hi Barry,

    Sorry for the inconvenience. Please, share a screenshot as you want to change the color of the section. Then we can help you better. So kindly elaborate more on this issue.

    Thanks & Regards,
    ThemeArile

    #1415
    Barry Belog
    Participant
    #1417
    themearile
    Keymaster

    Hi Barry

    You have disabled the overlay in funfact section from setting. So please first enable the overlay in funfact section.

    You can Enable the overlay here Appearance >> Customize >> Frontpage Sections >> Funfact >> Overlay Enable/Disable

    And also add the below CSS code in Additional CSS box

    .theme-funfact-overlay {
    background-color: rgba(0, 0, 0, 0.95) !important;
    }

    I hope it works for you.

    Thanks
    ThemeArile

    #1421
    Barry Belog
    Participant

    enabling the overlay blacks out the image underneath the funfacts (not what i need). It is the light blue bar above it that i need to change the color on

    #1423
    themearile
    Keymaster

    Hi

    You can change the rgba value as your need like the screenshot.

    http://prntscr.com/q84cz8

    IF you want to need change the color of above funfact section see the screenshot http://prntscr.com/q84k9e

    .theme-project{
    background-color:#000 !important;
    }
    .theme-project .theme-section-title {
    color:#fff !important
    }

    let me know for further help.

    Thanks

    #1609
    Barry Belog
    Participant

    Hello, this theme is based on a dark blue. We paid for the upgrade to change colours. How do we remove all the dark and light blue from this theme to be charcoal?

    #1611
    themearile
    Keymaster

    Hi Barry Belog,

    Don’t worry about that. We are here to help you.

    If you are unable to change, please provide the URL of your site. So that we will give you a CSS code so that the dark blue color of your theme will be transformed into a charcoal color.

    That is predefined color in the theme so the user wants to change the color then we provide custom CSS code to change the color.

    We are happy to help you..!

    Thanks,
    ThemeArile

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