Title: TouchCoding.net - Øyvind Sæther's Replies - page 3 | WordPress.org

---

# TouchCoding.net - Øyvind Sæther

  [  ](https://wordpress.org/support/users/touchcoding/)

 *   [Profile](https://wordpress.org/support/users/touchcoding/)
 *   [Topics Started](https://wordpress.org/support/users/touchcoding/topics/)
 *   [Replies Created](https://wordpress.org/support/users/touchcoding/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/touchcoding/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/touchcoding/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/touchcoding/engagements/)
 *   [Favorites](https://wordpress.org/support/users/touchcoding/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 186 total)

[←](https://wordpress.org/support/users/touchcoding/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/touchcoding/replies/?output_format=md) [2](https://wordpress.org/support/users/touchcoding/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/touchcoding/replies/page/4/?output_format=md)…
[11](https://wordpress.org/support/users/touchcoding/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/touchcoding/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/touchcoding/replies/page/4/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fukasawa] Dropdown Menu](https://wordpress.org/support/topic/dropdown-menu-53/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/dropdown-menu-53/#post-7068247)
 * Hi 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/page/2/#post-7111243)
 * hmmm… This is weird…
 * But you do manage to apply other css right?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/page/2/#post-7111238)
 * What are you applying the display: none to? the title or the description?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/page/2/#post-7111182)
 * Try 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/#post-7111181)
 * Do 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/#post-7111175)
 * I found this guide for you to try: [http://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-website-not-updating-right-away/](http://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-website-not-updating-right-away/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/#post-7111174)
 * Try deactivate it or uninstall it and see if that helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/#post-7111169)
 * But 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/#post-7111153)
 * The 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/#post-7111123)
 * okey, this is what I see [http://postimg.org/image/kx14le2x3/](http://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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/#post-7111098)
 * I’m sorry, but I don’t see any title over the image…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pictorico] Transparent title required](https://wordpress.org/support/topic/transparent-title-required/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/transparent-title-required/#post-7111083)
 * Hi 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Silvia] Don't know how to create a gallery](https://wordpress.org/support/topic/dont-know-how-to-create-a-gallery/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/dont-know-how-to-create-a-gallery/#post-7107000)
 * No problem, Nekro92! 😀
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] How to remove "Home" from homepage title](https://wordpress.org/support/topic/how-to-remove-home-from-homepage-title/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-home-from-homepage-title/#post-7106970)
 * What do you mean? I can’t find that on the homepage? do you mean in the menu 
   in the header?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Nirvana] Remove small area of background image under primary navigation menu](https://wordpress.org/support/topic/remove-small-area-of-background-image-under-primary-navigation-menu/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-small-area-of-background-image-under-primary-navigation-menu/#post-7106931)
 * No problem, Mrblues! Glad I could help you out 🙂

Viewing 15 replies - 31 through 45 (of 186 total)

[←](https://wordpress.org/support/users/touchcoding/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/touchcoding/replies/?output_format=md) [2](https://wordpress.org/support/users/touchcoding/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/touchcoding/replies/page/4/?output_format=md)…
[11](https://wordpress.org/support/users/touchcoding/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/touchcoding/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/touchcoding/replies/page/4/?output_format=md)