• I see at the very top, hours and email address with some default information. I don’t see it in customization. I would like to customize it and if that isn’t possible remove it. Please advise, thank you.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter ladalang

    (@ladalang)

    In addition, the picture I chose although cropped took the top of the picture and cut it off and put it at the bottom. I’m thinking I need to resize it to the recommended size and try again. I thought cropping it would fix that.

    Might this help?

    Dashboard/Appearance/Customize
    Header Settings
    Header Top Bar Setting
    Hide/Show Topbar (If on then modify Info one or Info two?)

    Thread Starter ladalang

    (@ladalang)

    I found that and already said hide, still showing.

    That is odd, I’m able to hide it when testing out the theme in the customizer. If you add info into the Info One/Two textareas does it get rid of the hours/email?

    Thread Starter ladalang

    (@ladalang)

    I didn’t try. At this point I already have the email and phone number on the side. I would just like it to be gone.

    It’s easy enough to not show with the following code placed into Additional CSS

    .ta-headwidget.widtr .ta-head-detail {
         display: none;
    }

    However, that only hides it from view and doesn’t remove it from the source code. So it could be possible that Google/FB/etc may index those hours as the business hours as well as the email. Did you modify the theme at all?

    I noticed your site is using ta-head-detail for the class yet the default theme when downloaded from the WP.org repo uses businessup-head-detail

    Thread Starter ladalang

    (@ladalang)

    I duplicated the information on the side. Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Updating hours/email in top line’ is closed to new replies.