• Resolved hannzz

    (@hannzz)


    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; }

    • This topic was modified 5 years, 7 months ago by hannzz.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    I visited the link you provided, and I don’t see anything that looks like a “Page URL” on the page.

    Have you sorted this out yourself already?

    If not, kindly provide a screenshot that shows what you’re trying to get rid of, and I’ll do my best to help you fix it.

    All the best!

    Thread Starter hannzz

    (@hannzz)

    Thanks George for your response, no I haven’t able to resolve it. It appears if you use Desktop PC not with phone. I have a pic but don’t know how to upload or attach to this message. I can’t see any attachment icon to this message.

    Thanks

    Hi,

    I viewed on PC, using different browsers, but didn’t see any URL displayed on the page itself.

    You can upload the screenshot to https://prnt.sc/ and just copy and paste the URL here: I’ll pick it up and check.

    Thread Starter hannzz

    (@hannzz)

    Just uploaded the picture…

    Thanks

    You can upload the screenshot to https://prnt.sc/ and just copy and paste the URL here

    You left out the “copy and paste the URL here” part ??

    Thread Starter hannzz

    (@hannzz)

    Ah, you mentioned a “page URL”, so I was looking for a URL… like https://cncga.ca/about-us-coquitlam-accountant-and-business-advisors/

    This is called BREADCRUMB… allows visitors to easily know where they are presently in the navigational hierarchy of your site.

    This is either a feature of your “Rocco” theme or it is provided by another plugin like Yoast SEO. First, check your theme’s options page and disable the BREADCRUMBS option if any. If there’s none, check Yoast SEO’s settings and disable BREADCRUMBS if it’s enabled.

    If you can’t find this BREADCRUMB option in your theme or any active plugin on the site, then it’s probably hard-coded into the theme, and the best you can do is hide it.

    Just add the CSS to the ADDITIONAL CSS section of CUSTOMIZER (navigate to APPEARANCE => CUSTOMIZE => ADDITIONAL CSS), and that should take care of it (please use this as a last resort: check first for the option to disable it completely)

    #Breadcrumbs {
    display: none !important;
    }

    Don’t forget to click the blue PUBLISH button to save the changes.

    Good luck!

    Thread Starter hannzz

    (@hannzz)

    I haven’t found the settings in the theme and disabled in Yoast but it is still there. So I tried the code and it worked. Greatly appreciated your help.

    Thanks

    I’m glad I could be of help.

    If you have a few seconds to spare, kindly mark your question as RESOLVED.

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to hide page url’ is closed to new replies.