Homepage Adjustments

Discussion in 'Andrina WordPress Theme' started by mrjsaul, Aug 9, 2013.

  1. mrjsaul

    mrjsaul New Member

    Joined:
    Aug 7, 2013
    Messages:
    7
    Likes Received:
    0
    Hi, I love the theme and appreciate the hard work you all have put into it! Thanks!

    I'm fairly new to WP themes but am learning fast. I am still having trouble with a few things I couldn't quite locate in the code:

    1) I would like to center the text I entered into the "Homepage Main Heading" under > General Settings

    2) How do I adjust the size/padding on the top and bottom of the menu/logo?

    3) Under the contact information bar I would like to link "Click here for our operating hours" to the About Us page.

    4) I would still like all of the links in the contact bar to be white (so they are more visible against the dark background of the contact bar).

    My address is www.americanacupunctureproject.com

    Screenshots with specific questions are attached. Thanks!
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your 1st, 2nd and 4th issue

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

    Code:
    .feature-content h1 {
    text-align: center;
    }
    .index-info a{
    color:white;
    }
    .menu_wrapper{
    margin-bottom:0;
    }
    .header{
    padding-top:0;
    }
    .header .logo img{
    margin:0;
    }
    
    2. For your 3rd issue

    Go to Appearance > Theme Option > Homepage Settings > Contact Area starts from here > Working Time

    and add your link there.

    For example:
    Code:
    <a href="Enter your URL">Enter your text here</a>

    This will solve your issue.
     
  3. mrjsaul

    mrjsaul New Member

    Joined:
    Aug 7, 2013
    Messages:
    7
    Likes Received:
    0
    Thanks Gourav! So much appreciated starting the day off with the help.
     
  4. mrjsaul

    mrjsaul New Member

    Joined:
    Aug 7, 2013
    Messages:
    7
    Likes Received:
    0
    Hi Gourav! Thanks for the code.

    I've noticed that when I come back to the site the email address and "click here for operating hours" has disappeared. I enter it again and then I come back later and it's gone again! I've done this 2-3 times. Any ideas why?

    Also, how can I add padding after the email address and before the * symbol for operating hours (Image attached).

    Thanks!
     

    Attached Files:

  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    For this issue,
    Could you please provide the following information listed below.

    Thread Link: http://www.inkthemes.com/community/threads/homepage-adjustments.6635/#post-24682
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check the issue.
    For this issue,
    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .index-info .index-info-three {
    margin-left: 50px;
    }
    Adjust the value of margin-left according to your requirement.
    This will solve your issue.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the front-page.php file present in your theme directory and Enter your URL there as shown in the image given below.

    [​IMG]

    Note: "Email Address" section and "Working Time" section in your dashboard (Appearance > Theme options > Homepage Settings),
    should always remain blank.
     

Share This Page