Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #103968
    cmsully7
    Participant

    How do you make an email address an active link in the header? Basically, you can click the email address to email me
    http://www.soundmasterdjs.com

    How do you add content to the right side of the header? I ask because when I changed the background color to black, I also changed something else because none of my social links appear.

    I appreciate any help as I know just enough to ruin my website.

    Thanks

    #103992
    Pratik
    Participant

    Hi @cmsully7,
    How do you make an email address an active link in the header?
    This will not be possible currently as site description will not take HTML data. For this either hire a customizer, or upgrade to pro version, where you will be able to replace Search field on header right with your email. Also, you can add your email to social icons so that it appears in header as email icon and will achieve desired effect. Look at my second answer as to why social icons is not showing.

    How do you add content to the right side of the header?
    I am assuming rather than adding content, you want your social icons top show and search to hide. In your Appearance=> Customize=> Theme Options=> Custom CSS box, there should be following CSS:

    
    .sidebar.sidebar-header-right.widget-area {
        display: none;
    }
    

    This is hiding your header right sidebar completely. So remove it and your search and social icons will appear. Now to just hide search, use following CSS code in same place:

    
    #header-right-search {
        display: none;
    }
    

    Let me know if I missed anything.

    Regards,
    Pratik

    #104451
    cmsully7
    Participant

    Thank you so much!!

    #104489
    Pratik
    Participant

    Hi @cmsully7,
    If you liked our support and theme, please leave us a review at: https://wordpress.org/support/theme/catch-responsive/reviews/#new-post

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Active Email Link in Header/Header Right Side’ is closed to new replies.