Can some one please help me with rectifying two small css issues with my site ?

ICT Lover

Junior Member
Joined
Jan 8, 2024
Messages
190
Reaction score
112
Purchased the theme from themeforest and the author is not responding to my help requests. Appreciate if some one can help.
Need to remove a small svg icon from the site.
need a color correction on mouse hover on menu.
 
What theme are you using from ThemeForest?
1721635259043.png
 
I have no idea, but i know I could do this in less than 5 minutes with chat gpt! lol I know how to install a custom js and CSS management plugin, and from there its chatgpt! (unless you want to learn to make your own plugins!)
 
Purchased the theme from themeforest and the author is not responding to my help requests. Appreciate if some one can help.
Need to remove a small svg icon from the site.
need a color correction on mouse hover on menu.
I can help as well for free just write at:
[email protected]
 
Purchased the theme from themeforest and the author is not responding to my help requests. Appreciate if some one can help.
Need to remove a small svg icon from the site.
need a color correction on mouse hover on menu.
We can provide you this service. Contact with me for further details
Email: [email protected]
 
theme file editor and display:none for all the things you want to hide :D just inspect the website to get all the classes, id and everything needed to hide the csv.. remember to do it in a child theme so it wont show up on theme update.. same as hover - there is a button or link class and just add :hover and some background-color:#12345a; to it :D
 
Back
Top