Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #175047
    grcjman2019
    Participant

    Hello,

    I’m working on using the Construction Classic theme for my electrical business. Currently it displays two items I would like to be able to either hide or remove from the webpage. On the home page it displays:

    ‘BY ADMIN’

    and just below that it says:

    ‘Home’

    Both of these are showing on the left side just above the first paragraph I’ve written. How do I remove these? Thanks in advance.

    Greg

    #175065
    tikaram
    Participant

    @grcjman2019 : Please post in your site URL so that I can check and let you know.

    Regards,
    Tiakram

    #175163
    grcjman2019
    Participant

    Hi Tiakram,

    Here’s the site:

    https://verityelectricalservices.com/

    Thanks again.

    #175186
    Skandha
    Participant

    @grcjman2019: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .entry-title, .home .entry-meta {
          display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #175293
    grcjman2019
    Participant

    Skandha, that worked perfectly! Thank you for that. Is there also something I could do to remove the title ‘Services Provided’ from the middle of the picture I have on this page, as well as the words ‘Home>Services Provided’ directly below it:

    https://verityelectricalservices.com/services-provided/

    #175307
    Skandha
    Participant

    @grcjman2019: To remove the title from the page.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-67 .entry-title {
          display:none;
    }

    To remove the text ‘Home>Services Provided’
    Go to => Appearance => Customize => Theme Options => Breadcrumb => Uncheck the option Check to enable Breadcrumb.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #175505
    grcjman2019
    Participant

    Thanks again, Skandha. That worked. You’ve been a great help.

    #175516
    Skandha
    Participant

    @grcjman2019: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/solid-construction/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #175993
    grcjman2019
    Participant

    Hi Skandha, I just wrote a review. Thanks again for helping me out with this.

    #176025
    Skandha
    Participant

    @grcjman2019: Thank you for your wonderful review. Do let me know if you have anymore issues. Have a great day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Header/Tag Display’ is closed to new replies.