Change background colour for Parralax section

Discussion in 'Figero WordPress Theme' started by bizgirl, Sep 6, 2018.

  1. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi there,

    A couple of questions.
    [​IMG]

    Cheers,
    Maggie
     
    Last edited: Sep 7, 2018
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Maggie,

    Greetings from InkThemes,

    Will you please share your website URL here? So that we could deliver you appropriate CSS codes.

    I look forward to hearing from you.

    Regards,
    Akbar
    InkThemes.com
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi Maggie,

    Greetings from InkThemes,

    To make desirable changes, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .upper-feature-wrapper {
        height: 105%;
    }
    .lower-feature-wrapper {
        height: 116%;
        top: -16%;
    }
    .single-content-desc-left {
        padding-top: 20px;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  5. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi there Akbar.

    Thank you so much this is greatly appreciated. A couple more questions...

    Is there code to remove the 'divider' line in the Home Page Bottom Feature section?

    Is there code to change the background colour of the READ MORE boxes in the Home Page Featured section and the font colour in them?

    Cheers,

    Maggie
     
    Last edited: Sep 9, 2018
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Maggie,

    Thanks for getting back to us,

    To make desirable changes, Please use the below-mentioned CSS codes.

    Code:
    div.recent-blog-wrapper {
        border-bottom: none !important;
    }
    a.feature-read-more {
        background: grey;
        color: #010101;
    }
    I hope these will help.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page