- This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago by
Sakin.
-
AuthorPosts
-
August 3, 2018 at 2:32 pm #150938
n.bely
ParticipantHello,
Please help me fix the following issues:
1. I want to change the background colour of the main body and footer for white.
I tried to change the settings of the theme, but it changed only in some parts, while in other parts it remained grey.2. I’ve got the MENU in the mobile version. Question A: How can I change the language of it?
Question B: How can I remove this MENU from the mobile version?website: redact.agency
Thank you a lot!
August 3, 2018 at 3:21 pm #150939n.bely
Participant3. How to edit the footer text. I use the child theme…
Thank you!
August 4, 2018 at 2:46 am #150965Sakin
Keymaster@n.bely: Thanks for using Adonis Free theme.
1. The color scheme and options are there only in Adonis Pro version. If you want to change that in Free version, then you need to change via “Additional CSS”. For this, you need to let us know your site URL and the color that you want to change to. Then, we can provide your CSS.
2. For multi-language menu support, you need to user Pro version again and install plugin like WPML
3. I see that you have already edit the footer in this free version. So, this looks solved. We would be happy if you keep the footer credit to us for providing free version. Also the there is Footer Editor in theme option in Pro version.August 4, 2018 at 7:24 am #150970n.bely
ParticipantThank you for a quick response!
Could you please tell me the CSS code to change the background color for WHITE
and to remove the MENU from the mobile version. My website is http://redact.agency/
Regards!August 4, 2018 at 12:07 pm #150985Sakin
Keymaster@n-bely: That background color issue was due to your site origin plugin padding. So, you can add the following css in “Appearance => Customize => Additional CSS” box:
.siteorigin-panels-stretch { background-color: #fff; }
To hide mobile menu, just add the following css in “Appearance => Customize => Additional CSS” box:
#primary-menu-wrapper { display: none; }
August 4, 2018 at 3:14 pm #150992n.bely
ParticipantHello again!
This css code below doesn’t change anything, unfortunately.
Any other ideas?.siteorigin-panels-stretch {
background-color: #fff;
}Thank you in advance!
August 4, 2018 at 10:17 pm #150999Sakin
KeymasterOh again that plugin is overwriting the css. So, I am adding important. Ok release the previous css with the following css:
.siteorigin-panels-stretch { background-color: #fff !important; }
-
AuthorPosts
- The topic ‘Background colour, footer edit and menu language (in mobile version)’ is closed to new replies.