Header and email link

Discussion in 'BizWay WordPress Theme' started by karibou, Nov 8, 2012.

  1. karibou

    karibou New Member

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    2
    Hey, is it possible to make the email address in the footer area invisible and have a click to email link?

    Second question: Can I left justify the First Heading and Second Heading...and change the size and the type of the font?

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1. Please clarify your issue little more.

    2.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider-wrapper-container h2{
    text-align:left;
    font-size:20px;
    }
    .slider-wrapper-container h1{
    text-align:left;
    font-size:20px;
    }
    Adjust font size as per your requirements.
     
  3. karibou

    karibou New Member

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    2
    Thanks!

    For question 1, the email address in the footer area is not a clickable link that will bring up a new email - where do I change this? Which file in Editor - I looked at the footer.php but, itʻs not in there.

    It also shows and can be easily crawled and picked up for spam.

    Thank you!
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to
    Appearance > Theme Option > Footer Settings > Footer Email Information

    and add your email address there
    For example

    Code:
    <a href="your link address">Email address</a>
    This will solve your issue.
     
  5. karibou

    karibou New Member

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    2
    I did not know code could go in all of these areas, thanks.
     

Share This Page