Forum Replies Created
-
AuthorPosts
-
supportParticipant
Hi,
We have also received your ticket and we have resolved the issue and answered you back
Please check it
Thank you
supportParticipantHi,
2. Here is the colour code for hover over the menu text #71be24
Reply: Add below CSS in additional CSS to change the hover color
.menubar .nav ul li a:hover {
color: 71be24!important;
}
3. No! It is to do with the WordPress dashboard, not the actual looks of the website. You have to be logged in as admin to be able to see it at the top.We had some 404 error pages today. I managed to get the pages to show up properly again when I came back from work by removing a plugin but now the mobile menu is extremely slow to load. Is there any suggestions you can give? I find the cache plugins that help to speed up the pages cause the site to break with 404 errors.
Reply: We did not found any such issue mentioned
Thank you
supportParticipantHi,
1. I can’t seem to change the Menu Button for the iPad and phone version to Black. It’s currently white, the same colour to the menu background and therefore can’t be seen.
Reply: Add the below CSS to change the color of the menu icon. To add CSS follow the steps below.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
@media screen and (max-width: 1024px){
.toggle-nav i {
font-size: 29px;
color: #000;
}
}2. Whenever I hover over the menu text, it doesn’t change colour even though I have set it to change colour when you hover over the text.
Reply: Could you please share the color code. So that we can provide you with CSS
3. While editing the site the top WordPress bar and the text is black so it hard to navigate (it changed when I change the text to black for the theme). Don’t know how to change the text on the top part of the bar to white. It’s okay when I click back to dashboard, the text is white when I do that.
Reply: Could you please let us know do you want to change the color of the text in the screenshot below
Thank you
supportParticipantsupportParticipantHello,
Could you please check if you have added any spacing in between
If still you face the same issue kindly let us know
Thank you
supportParticipantsupportParticipantHi,
Could you please share a screenshot of which icons are not displaying
Thank you
supportParticipantsupportParticipantHi,
Can you clear the browser cache once and check if you still face the same issue kindly let us know
Thank you
supportParticipantHi,
Thank for contacting us
Could you please elaborate on the issue with a help of a screenshot?
So that we could help you.
Little more information will help us to provide a better solution for you.
Many Thanks
supportParticipantYou are welcome
supportParticipantHi,
We have received your query, resolved it, and replied back to you
Please check it
Thank you
supportParticipantHi,
Could you please add the following CSS to disable the word break. To add CSS follow the steps below
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
div#content-box p {
word-break: keep-all;
}Thank you
supportParticipantHi,
1) The slider issue is due to some plugin conflict
Kindly deactivate the plugin one by one and check
2) For the team transition effect issue please share your query on [email protected]
Thank you
supportParticipantHi,
Remove the previous CSS which we have provided you for background color and add the given below one
.testi-data .content {
background: #71be24b8;
transition: all 0.5s ease 0s;
}Thank you
-
AuthorPosts