Colorway: Feature Text Heading, turn off centering

Discussion in 'Forum Rules' started by faunlf, Feb 8, 2014.

Thread Status:
Not open for further replies.
  1. faunlf

    faunlf New Member

    Joined:
    Oct 18, 2013
    Messages:
    15
    Likes Received:
    0
    Hi,
    I am unable to turn off text centering in the Colorway theme, Home Page Feature Text Heading area. I would like it to align left. How can I do this? Thanks!

    FF
     
  2. faunlf

    faunlf New Member

    Joined:
    Oct 18, 2013
    Messages:
    15
    Likes Received:
    0
    Also, when some of my pages are loading, some strange text appears during the load process (heartscommunicate.com) - thanks again!
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .content-info h1.title {
    text-align: left;
    }
    For loading issue:
    Theme using cufon to improve font appearance. Sometime while loading cufon take few seconds to load. That's why this issue occur.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  4. faunlf

    faunlf New Member

    Joined:
    Oct 18, 2013
    Messages:
    15
    Likes Received:
    0
    Hi,

    This addition to the Custom CSS did not help...

    Also, the following text is showing at the top of the Theme Options page(s):

    "Deprecated: Function ereg_replace() is deprecated in /hermes/bosweb/web098/b983/ipw.heartscommunicatecom/public_html/testwp/wp-content/themes/colorwaytheme/functions/admin-interface.php on line 943 Deprecated: Function ereg_replace() is deprecated in /hermes/bosweb/web098/b983/ipw.heartscommunicatecom/public_html/testwp/wp-content/themes/colorwaytheme/functions/admin-interface.php on line 943 Deprecated: Function ereg_replace() is deprecated in /hermes/bosweb/web098/b983/ipw.heartscommunicatecom/public_html/testwp/wp-content/themes/colorwaytheme/functions/admin-interface.php on line 943 Deprecated: Function ereg_replace() is deprecated in /hermes/bosweb/web098/b983/ipw.heartscommunicatecom/public_html/testwp/wp-content/themes/colorwaytheme/functions/admin-interface.php on line 943 Deprecated: Function ereg_replace() is deprecated in /hermes/bosweb/web098/b983/ipw.heartscommunicatecom/public_html/testwp/wp-content/themes/colorwaytheme/functions/admin-interface.php on line 943 Deprecated: Function ereg_replace() is deprecated in /hermes/bosweb/web098/b983/ipw.heartscommunicatecom/public_html/testwp/wp-content/themes/colorwaytheme/functions/admin-interface.php on line 943"

    What does this mean?? Thanks!
     
  5. Gourav

    Gourav Support Staff

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

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check your issue and solve it.
     
  6. Gourav

    Gourav Support Staff

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

    Issue resolved, Please check your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  7. faunlf

    faunlf New Member

    Joined:
    Oct 18, 2013
    Messages:
    15
    Likes Received:
    0
    I am still unable to turn off text centering in the Colorway theme, Home Page Feature Text Heading area. I would like it to align left. The custom css code did not work. Thanks.
     
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .content-info h1.title {
    text-align: left!important;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  9. faunlf

    faunlf New Member

    Joined:
    Oct 18, 2013
    Messages:
    15
    Likes Received:
    0
    Yes!! That did it - thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page