I need help

Discussion in 'Local Business WordPress Theme' started by momodou4321, Jul 15, 2015.

  1. momodou4321

    momodou4321 New Member

    Joined:
    Sep 22, 2013
    Messages:
    6
    Likes Received:
    0
    Please assist with the following:
    1. 1. The title “Office Space Available Now” (at the bottom right hand side of the front page) and the text under it “The facility comes with … ready to accommodate you now!!!” should be bolded and changed from black font to any suitable colour to make it more visible. It will be even better if you underline “Office Space Available Now” as the title. I would like to have a much larger font for the text and it should fit the area where it is.

    2. 2. The lines under “Read More” on front page are uneven. Please align them to be even or to be on same height/ level.

    3. 3. I will appreciate it if you can even out the lines at the bottom of front page in the address and map area as well.
    4.
    Ud4. Under the “Contact Us” button (if you hit it), you will find a search window and we would prefer that it be moved from here to under the phone number 519 641 3814 at the top of the front page.

    Our website is: www.gatewayconnexions.ca


    Thanks for support. It is greatly appreciated!

    Mo
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Mo,

    1> Go to Appearance=>Homepage feature area=>Right feature section and replace your text with the text given below: -
    Code:
    <h3 class="videobox_heading">Office Space Available Now</h3>
     
    <p>Come on and try our excellent and affordable low cost Office Space and Cowork facility. The facility comes with a free mailbox, mailing address, WIFI access and a common meeting room. Coffee and Tea is also on us.
     
    Welcome aboard and waste no time - we are ready to accommodate you now!!!</p>
    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    h3.videobox_heading {
      text-decoration: underline;
      font-weight: bold;
      color: rgb(25, 40, 89);
    }
    .feature_videobox p {
      font-weight: bold;
      color: rgb(16, 65, 71);
    }
    Note: -Please change color according to your requirement.

    2>
    Code:
     .feature_contentbox {
      min-height: 250px;
    }
    3>& 4> This changes can be possible through some customization, so send us your website WordPress login details at [email protected] along with the thread link.
    We will customize it for you :)

    Thanks,
    Praveen
     
  3. momodou4321

    momodou4321 New Member

    Joined:
    Sep 22, 2013
    Messages:
    6
    Likes Received:
    0


    Thanks for support. Please help with adjusting all read more text to be on same level. At this point, the one in the middle is higher.

    I will forward my word press info as per your email above.

    Thanks,
    Mo
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Mo,

    Solution regarding read more button: -
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_contentbox {
      position: relative;
    }
    .feature_contentbox a.readmore {
      position: absolute;
      bottom: 20px;
    }
    Thanks,
    Praveen
     
  5. momodou4321

    momodou4321 New Member

    Joined:
    Sep 22, 2013
    Messages:
    6
    Likes Received:
    0
    Thanks a lot. How can I adjust lines of the 1st, 2nd & 3rd footer widgets to be on same level. At this point, the 1st footer widget is lower than the other two. Our website is www.gatewayconnexions.ca.

    Thanks,
    Mo
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Mo,

    To achieve this, we will have to make some customization in the source code of the theme.
    So send us your website WordPress login details at [email protected] along with the thread link.

    I will customize it for you :)

    Thanks,
    Praveen
     

Share This Page