-
I really want to replace the image “painting” in the menu/header. Where can I replace this in WordPress? Also if I decide to remove that image where can I go to edit it in the theme files?
Also I really like the gradient menu background. I want to avoid changing that, so I want to know where the settings to change it is? Also how do I get it back if I accidently change it?
Hi.,
1) Please refer the attached screenshot : http://prntscr.com/m5qz1v http://prntscr.com/m5qz1v
Just add this css code in Dashboard > Appearance > Paint Options > Layout > Custom Css & Js > Enable Css > Yes > Paste the css code inside the text area > Save All.
.megamenu-bgimage .megamenu-child-container { background-image: url(//themes-demo.com/painting/wp-content/themes/painting/images/megamenu-image.png); }
Note: You can change the background-image: url value as per your need.
2) Please refer the attached screenshot : http://recordit.co/mNUElVAEHP
Just add this css code in Dashboard > Appearance > Paint Options > Layout > Custom Css & Js > Enable Css > Yes > Paste the css code inside the text area > Save All.
.header, .header4 .is-sticky #header-wrapper { background-image: linear-gradient(to right, #cb60b3 0%, #C146A1 50%, #A80077 51%, #db36a4 100%); }
Note: You can change the background-image value as per your need.
https://www.cssportal.com/css-gradient-generator/
If you still have any issues, kindly send us some screenshot/video where you have the issue. So that we will check the issue.
Hi.,
1) Please refer the attached screenshot : http://prntscr.com/m6v3wh
Just add this css code in Dashboard > Appearance > Painting Options > Layout > General >Logo> You can choose whether you wish to display a custom logo or your site title. > Save All.
2) Okay Thank you
3) Please refer the attached screenshot : http://recordit.co/mNUElVAEHP
Just add this css code in Dashboard > Appearance > Paint Options > Layout > Custom Css & Js > Enable Css > Yes > Paste the css code inside the text area > Save All.
.header, .header4 .is-sticky #header-wrapper { background-image: linear-gradient(to right, #cb60b3 0%, #C146A1 50%, #A80077 51%, #db36a4 100%); }
Note: You can change the background-image value as per your need.
If you still have any issues, Please mail us your site credentials (WP & FTP access logins)
So that, we can check and have a clear look form our end.
You must be logged in to reply to this topic.