• OceanWP’s “Architect” demo has a line in the bottom footer that I cannot find a way to remove. I added additional padding so that it would be more visible. But, even with zero padding where the footer should be flush with the page content, the line is still visible. It makes the site look very unprofessional, as if I didn’t know what I was doing. I really need it gone before I can launch it to the world.

    Also, there’s an “Architect” logo or tag at the top left of each page – the top menu section, or header section. I’ve done everything I could to get to it to remove it, but to no avail. I covered it with the company logo, but I had to make the logo larger than I wanted in order to cover it all. And, if I decide to go without a logo, the “Architect” branding shows on my website. Not a good look.

    If anyone can help, that would be amazing and most appreciated.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    1. Add the below code to the Customize > Custom CSS section to remove the line –

    #footer-bottom-inner {
        border-top: 0;
    }

    2. I didn’t see the ‘Architect’ logo on your site. Can you please share a screenshot of the issue?

    Thread Starter Marie’s Middle Child

    (@mariesmiddlechild)

    Thanks so much, Amit. After reading your reply, I went into the Custom CSS section and was able to find the border code “border-top: 1px solid #eaeaea;”. I deleted it and the footer looks fine.

    The problem with the ‘Architect’ logo/tag showing up on mobile phones has been resolved. I’m just learning WordPress and I overlooked the fact that I had to change the Logo for the ‘Mobile & Tablet’ versions of the website.

    Happy to say that it wasn’t a flaw in the website template. It was a flaw in me. LOL Totally my error.

    Thanks again! I truly appreciate your help!

    CaSandra

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Flaw in OceanWP’s “Architect” Demo’ is closed to new replies.