• Yves

    (@worthwhileluxury)


    My site is https://www.andrewgeorgiou.com
    I am not a professional. I do know something but alas … there is so much more to learn daily. I hope someone can help me.
    I want to find out where I can adjust the horisontal dark line at the top behind the header photo to be the same height. I have tried to adjust it in the template but it won’t go lower. I can make it less but not more.
    I would also like to put a shadow image there instead of just the solid colour but I can’t find where the settings are for this specific area.
    Can someone help me?

Viewing 1 replies (of 1 total)
  • You should create a Child theme or use a CSS plugin such as Simple Custom CSS to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, you should do as suggested above:

    #art-page-background-simple-gradient {
        height: 360px;
        background-size: auto 360px;
    }

    You must adjust both the height and background-size values to get what you want.

    You can add your own background image by adding the background-image: property.

Viewing 1 replies (of 1 total)
  • The topic ‘Can't drop grading at top of theme’ is closed to new replies.