WordPress Theme MegaWP Perfect Rent - Item Support
lineahc
POSTED: 2018-01-18
Hi guys
Could you tell me how to disable Header Overlay. I don't want the slider over header but after the header??
AS Templates
POSTED: 2018-01-18
Hello LINEAHC,
What is your website url please?
Regards, AS Team.
lineahc
POSTED: 2018-01-19
Hi the url is linea-home.gr/demo
AS Templates
POSTED: 2018-01-19
Hello LINEAHC,
In the 'wp-content/themes/megawp/assets/css/layout_1/main.css' file, in the following class (line 642) you have to change 'position' property from 'absolute' to 'relative':
Get an access to all 0 items designed and developed by AS MegaWP team plus all the future items
which will be released over the course of your club subscription.
Price starting from $
Could you tell me how to disable Header Overlay. I don't want the slider over header but after the header??
What is your website url please?
Regards, AS Team.
In the 'wp-content/themes/megawp/assets/css/layout_1/main.css' file, in the following class (line 642) you have to change 'position' property from 'absolute' to 'relative':
body.home #header {
left: 0;
position: absolute;
right: 0;
top: 0;
}
Regards, AS Team.