Drop Down menu and Icons-

Hello,

2 questions and i please need an answer.

  1. In the theme preview before i bought this theme, the drop down menu color is white, when I got the theme, it is grey and I cannot change it. How can I change it to white?

  2. There are many icons I can use because my website is for pilgrimages. there is one for example that is “Christ”. The icon is there but I can only add an icon to categories. I need to add icons to tags and there is no option. How can i do that.

Thank you

Hello,

  1. Hello, if you imported the modern variation of the theme, you would get white backgrounds by default. Otherwise, you will need to add them via child themes style.css file. But I need to check your URL before saying anything for sure as I don’t know if this is simply being over written by some third party plugin, could be any reason. So please share URL and wp-admin access via private ticket and I will let you know.

  2. Once you have added the icons, it will show them in tags by default. For example, if you have added an icon called “urban”, it will show in tags etc. without any further modification. Please see the images below for further clarity:



You just need to ensure that the naming of icons css class and tags are same. You can find more details on how to create custom font icons here:

https://www.support.waituk.com/hc/en-us/articles/115001357525-How-to-Add-Custom-Font-Icons

Thank you

Hello,

I really think the way my theme was installed was wrong. I believe some things are missing. for example the white drop down menu. I did not have an option for that. I had to code that.

Can I make the menu in mobile transparent?

I got the Icons. Thank you

Hello,

If you think how you have installed it is wrong, I would recommend reseting your database and wordpress and then reinstalling it following the documentation step by step guide to install the theme and import the demo, because nothing shown in the demo needs a custom code on your part other than simply importing the demo. Also, first download the latest version of the theme as well.

As for making the menu in mobile transparent, you could use your custom CSS with media queries like shown below:

@media only screen and (max-width: 767px) {
#header {
background-color: rgba(201, 76, 76, 0.3);
}
}

Please note that this is only an example to guide you and you will need to modify the css on your part based on precisely what you wish to acheive.

Thank you

Hello,

I appreciate the help.

Everything is working so far.

if i dont want to change anything and just want to update the theme without interfering with any of the changes i made how can i do that?

One last thing i am really struggling with is the slides. there is a section where it says America and you can click on it and opens a new page. it slider 7. there is canada and so forth. I changed them and changed the pics and now it is only showing the first one and the rest of the 4 arent showing on the website. Can you assist with that?

Thank you and i really appreciate you.

Hello,

You can activate the child theme and then when you update the main theme, you will not lose any changes you made to your site, as long as you have not edited core theme files.

Please share the URL atleast so I can tell why they are not showing.

Ty