• Hi guys,
    as described on title, how I can reduce dimension height of page-title-section?
    I can’t alter overlay effect
    Hope anyone can help me
    Thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @loop4633

    Thanks for using our theme.

    To do so, follow the steps below:-

    1) Head to Customize Section : (Appearance(wp-admin) -> Customize -> Header settings -> Custom CSS).
    2) Copy and paste the below code:
    .page-title-section .overlay {
    padding: 30px 0 28px !important;
    }

    3) Save changes.

    Let me know whether it works for you

    Thanks

    • This reply was modified 8 years, 5 months ago by Imraj khan.
    • This reply was modified 8 years, 5 months ago by Imraj khan.
    • This reply was modified 8 years, 5 months ago by Imraj khan.
    Thread Starter loop4633

    (@loop4633)

    Hi @imrajkhan,
    thank you for your help, I’ve already change page-title-section in this mode but if I change overlay damage callout of homepage… other solution?

    Thank you

    Hi @loop4633

    Kindly confirm that want to change the height of this section as refers to below link:
    https://prnt.sc/hdobhx

    For that, paste the below code in Custom CSS:-

    .callout-section .overlay{
    padding: 44px 0 53px !important;
    }

    Further any issue, kindly confirm us with a screenshot

    Thanks

    • This reply was modified 8 years, 5 months ago by Imraj khan.
    Thread Starter loop4633

    (@loop4633)

    Sorry for mistake, my problem was the first described in this post but I’ve pasted in css only

    .overlay {
    padding: 30px 0 28px !important;
    }

    this normally overwrite also overlay class callout section…
    I’ve solved with your first solution
    Thank you so much

    Hi @loop4633

    Glad to know it worked for you.

    If you get any issue later, feel free to ask again!

    Close this Ticket!!!

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Reduce page-title-section height’ is closed to new replies.