• Good morning everyone,

    I’m using free version of the theme Avril.

    Please, I want to modify the background color of features section: background to white and text to black.

    Could you help me?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Nayra Themes

    (@nayrathemes)

    Hello @fletlekid

    For this, Go to your Admin Dashboard -> Plugins -> Plugin Editor -> Clever Fox -> inc -> Avril -> Sections -> section-features.php -> line no. 11 remove bg-primary class.

    Then navigate to your Theme Customizer -> Additional css -> paste the following code there.

    .heading-white > span, .heading-white h3, .heading-white p {
        color: #000;
    }
    .features-section .heading-white h3:before, .heading-white h3 .av-heading:after {
        background-color: var(--sp-secondary) !important;
    }
    .features-section .heading-white h3 .av-heading {
        color: #fff;
    }

    Let us know it will work for you.

    Thanks
    Nayra

    • This reply was modified 3 years, 9 months ago by Nayra Themes.
    • This reply was modified 3 years, 9 months ago by Nayra Themes.
    Thread Starter fletlekid

    (@fletlekid)

    Hello Nayra,

    Thank you for your answer.

    It works but size of icon is resize.

    Next, the subtitle of the section is still in white color. So, it is not visible now.

    Then, the line before subtile is not visible too.

    Please, in the pro version, is it possible to modify easily and for a long time (keep modification after an upgrade of extension Clever Fox)?

    Thanks,

    Fletlekid

    Theme Author Nayra Themes

    (@nayrathemes)

    Hello @fletlekid

    Please share here your site link so we will be able to check it better.

    Premium version not supported clever fox, its working independently.

    Thanks
    Nayra

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Features section background color’ is closed to new replies.