How to hide page url
-
Hi Guys,
I am new to wordpress, updating my website/pages. I need to hide the page url… since I have menus and it is repeating itself by showing url in another line. I could not figure it out how to do it. Where to find the settings. Under the main Menu, it also shows url such as, Home > About Us. I am not sure if it is the theme limitation. It is Rocco 4.6 theme by Muffin. I can’t rid of this theme, worry it will break the site, if I change the theme. I am using wordpress 5.2.2 and Elementor 2.6.6.
Thanks for any guidance.
Under appearance -> Layout -> custom css… I have the following codes… not sure if this will help… I am just pasting them here if it helps in any way.
.home #Content .home-services i { color: #0375b3; }
.social li a, #Header #searchform a.icon, #popup_contact > a { color: #999999 !important; }
#Footer .copyrights { display: none; }
.home #Content { padding: 80px 0 30px 0 !important; }
#Header .social li a { color: #0375b3 !important; }
.page-id-475 #Content input[type=”text”], .page-id-475 #Content input[type=”tel”], .page-id-475 #Content input[type=”password”], .page-id-475 #Content input[type=”email”], .page-id-475 #Content textarea, .page-id-475 #Content select { background: #f6f6f6; }
footer .footer-caps { text-transform: uppercase; }
footer .widget ul.menu li a { padding: 7px 25px 7px 0; }
#top_bar i { color: #0375b3; }
input.hidden-input { display:none; }
#menu-resources li a { text-transform: uppercase; }
.home img.services-image { padding: 0 0 10px 0; }The page I need help with: [log in to see the link]
- The topic ‘How to hide page url’ is closed to new replies.