Viewing 30 posts - 1 through 30 (of 36 total)
  • Author
    Posts
  • #829377

    I was curious if you can add the site title in the header to the right of the logo.

    Thanks,

    Xander Hall

    #830527

    Hey XanderHall,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Best regards,
    John Torvik

    #830791

    It is the header of the front page. I would like text to the right of the logo.

    #830792

    Here’s the website

    #830918

    Hi,

    Please, could you share with me the password to access the site?

    Best regards,
    John Torvik

    #831348

    Not a problem. It is in the private box.

    #831363

    Hi!

    Login credentials are not working for me. Can you please check them once again?

    Cheers!
    Yigit

    #831375

    so sorry, here is the right details.

    #831673

    Hi,

    To have sure about your question, are you referring this logo: http://prntscr.com/g20wyj

    Best regards,
    John Torvik

    #832532

    Yes, it is that logo.

    Best,

    Xander Hall

    #832792

    Hi,

    I added subtext by referring to this post – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/ and added the code to the bottom of Functions.php file in Appearance > Editor and then added following code to Quick CSS in Enfold theme options > General Styling tab

    .logo img {
        float: left;
    }
    .subtext {
        display: block;
        float: left;
        margin-left: 10px;
        margin-top: 20px;
    }

    Please review your website and change the title in Appearance > Editor > Functions.php file

    Best regards,
    Yigit

    #832974

    Thanks Yigit! Can you please send me a screenshot of where I can find the Functions.php file? I am having trouble finding it in the editor.

    Thanks,

    Xander Hall

    #832981

    Hi,

    Please see it highlighted on the right side in my screenshot below

    Best regards,
    Yigit

    #832994

    Thank you, much appreciated.

    Best,
    Xander Hall

    #833001

    Would this be the right code to change the color of the text next to the logo?

    <h5><span style=”color: #ffffff;”>The Mad Batter Cafe & Bakery</span></h5>

    #833020

    Hi,

    Yes, that would work :)

    Best regards,
    Yigit

    #833030

    Went to put the code in the Functions.php and the quick css. And it shows this error after I updated it.

    Parse error: syntax error, unexpected ‘<‘ in /home/madbatterusa/public_html/wp-content/themes/enfold/functions.php on line 574

    #833037

    Hey!

    There seems to be syntax error. Please go to public_html/wp-content/themes/enfold/functions.php via FTP and correct it.

    Best regards,
    Yigit

    #833115

    Hey Yigit,

    Been trying to fix it using File Zilla and it says that my login connection has failed. Here is the article I have been using to fix the issue.

    https://www.a2hosting.com/kb/getting-started-guide/accessing-your-account/using-ftp-file-transfer-protocol

    My client uses godaddy.com as the host.

    #833120

    I actually found the godaddy.com video of how to do this and I followed the instructions but it still says an error.

    Here’s the link to the instructions.

    https://www.godaddy.com/help/filezilla-ftp-settings-to-upload-your-website-104

    #833125

    Never mind I figured it out! Lol

    #833173

    We’re happy to hear that, Xander. :) Do you need further help with this topic?

    Best regards,
    Sarah

    #834125

    Yes, I still need to know how to change the color of the text to the side of the logo, without getting a syntax error again lol.

    Best,

    Xander hall

    #834271

    Hi,

    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    .subtext * { color: orange !important; }

    Best regards,
    Yigit

    #846995

    Hello,
    I need different code to use for my site title. Went to put the code from documentation into the functions.php file but it didn’t work. Any suggestions?

    Thanks,
    XanderHall

    #847000

    Hi!

    Have you added this custom CSS code as well – https://kriesi.at/support/topic/how-do-you-add-site-title-beside-logo/#post-832792?
    If you have, can you please post temporary admin logins?

    Cheers!
    Yigit

    #847010

    Yes I did, but whenever I used that code it gave me a syntax error so I had to go in and edit the file.

    #847011

    Hey!

    I added the code to Quick CSS field and it worked. Please review your website :)

    Cheers!
    Yigit

    #847028

    Awesome thanks Yigit! Is there a way to make it mobile friendly too?
    Gracias,

    XanderHall

    #847169

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    .subtext h1 {
        font-size: 20px;
    }}
    

    Best regards,
    Yigit

Viewing 30 posts - 1 through 30 (of 36 total)
  • You must be logged in to reply to this topic.