TouchCoding.net - ?yvind S?ther
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fukasawa] Dropdown MenuHi there, Juiliaalice95!
So if I understand you correctly you want a1, a2 and a3 links only to show when the user is on the A page, right?Here is the css for that:
.current-menu-item .sub-menu { display:inherit; } .sub-menu { display: none; }
This will hide all of the sub menus, but show the sub menus of the current menu item. I hope this was what you were after ??
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredhmmm… This is weird…
But you do manage to apply other css right?
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredWhat are you applying the display: none to? the title or the description?
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredTry applying the transparent color to the description. Like this:
.site-title a, .site-description { color: transparent; }
If that doesn’t work, I don’t know…
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredDo you do everything in that guide and it’s still not working?
I don’t know what else to tell you. It is showing the right way for me. The display: none applied to the site-description should make it go away.
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredI found this guide for you to try: https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-website-not-updating-right-away/
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredTry deactivate it or uninstall it and see if that helps.
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredBut do you have a cache plugin installed on your site? the display: none is already applied to the site description like this:
.site-description { display: none; }
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredThe text you are referring to seems to be gone. You have applied display: none to it. I would suggest to clear your browser cache, because it is only showing in your browser. Are you using any cache plugins on your site? Try another browser and you can see that the text is gone.
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredokey, this is what I see https://postimg.org/image/kx14le2x3/
Can you please take a screenshot and upload it to postimg.org and send me the link?
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredI’m sorry, but I don’t see any title over the image…
Forum: Themes and Templates
In reply to: [Pictorico] Transparent title requiredHi Alice!
What is your goal here? To hide the title completely?Have you tried the display:none?
.site-title { display: none; }
Forum: Themes and Templates
In reply to: [Silvia] Don't know how to create a galleryNo problem, Nekro92! ??
Forum: Themes and Templates
In reply to: [Customizr] How to remove "Home" from homepage titleWhat do you mean? I can’t find that on the homepage? do you mean in the menu in the header?
No problem, Mrblues! Glad I could help you out ??