Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #146176
    iShaman
    Participant

    I got rid of the huge headline box on your template, and now I see only this:

    “This is Header Top Area. Assign Header Top Menu and Social Icons from Theme Customizer”

    Sorry but I don’t know what this means, yes I know it’s the header top area, that’s obvious but everything after that makes no sense to me. Where is the area to change this top text and/or add Social Icons? I have no clue. Where is the Theme Customizer? It’s easy for you because you developed it, for me I don’t know where any of these things are located in my WP admin panel. Please clue me in.
    Thanks

    #146179
    iShaman
    Participant

    Ok, I figured out where to customize it but the only option seems to be adding social media or other links to it and when I do all the text I sited above goes away. Is there no way to have different text in that header top area in addition to the social media and other links?
    Thanks

    #146221
    Skandha
    Participant

    @ishaman: You can insert Menu and Social Icon in the header top area. If you want to insert Menu to Header top Area Go to => Appearance => Customize => Menus => View All Locations => Header Top Menu => Select the Menu you want to show in Header Top Area

    To insert Social Icons to Header Top Area
    Go to => Appearance => Customize => Social Links => Add required social link

    To remove Header Top Area
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-top {
    	display:none;
    }

    The option to add text to header top are is not available in free version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme. To add text to header top you can use Header Top Right and Header Top Left widget area.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    #146247
    iShaman
    Participant

    Please tell me how to remove the duplicate HOME showing in the image below in the white body area of the home page and any other titles like these that will probably show up on new pages I create. Thanks.

    unwanted HOME word

    #146268
    Skandha
    Participant

    @ishaman: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-header .entry-title {
        display:none;
    }

    Let me know if this woks out.
    Kind Regards,
    Skandha

    #146272
    iShaman
    Participant

    Yes, that worked. Thank you. Next question, how and where do I reduce the height of the Site Identity space throughout the site? Even though my logo is not very high, the entire background area behind this element is too tall. Thanks for your help.

    #146316
    Skandha
    Participant

    @ishaman: Please post in your site URL so that I can provide you the necessary solution.

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header Top Area Text’ is closed to new replies.