Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #483588

    I have add a Site Title and Tagline in the Appearance > Customise > and add a Site Title and Tagline in here but I cannot see it on the webpage. How do I put the Site Title and Tagline beside the logo in the header? The Site Title needs to be bigger and the Tagline needs to be underneath the Site Title and to the right and can also be moved if it needs be. I think there should a header widget for a Site Title and Tagline and that the style, font, lettering, colour etc., can be changed. My details are sent privately.

    • This topic was modified 9 years, 3 months ago by Sean_Devane.
    #483992

    Hi Sean_Devane!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= get_bloginfo();
        return $sub;
    }

    Regards,
    Yigit

    #483994

    Hi Sean_Devane!

    Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then drag a text widget to the header widget area and insert whatever you want to display near the logo and let us know when your done. We’ll give you some CSS to move it beside the logo.

    Regards,
    Elliott

    #484204

    The above codes did not work for me. Please have a look at the following link http://picpaste.com/Re_Site_Title_and_Tagline-bdEU857I.jpg. This is what I was trying to say to you. What is the code for this? Also, if I could change the colour and text fonts and sizes it would be also great.

    #484218

    Hey!

    If you are using your header with this style, you can add a big logo with your text on it or refer to Elliott’s link above and add a widget area to your header.

    Best regards,
    Yigit

    #484574

    Hi Yigit!

    Elliotts link only puts what I want underneath the menu and not beside the Logo. I just want “SPAFIELD FAMILY RESOURCE CENTRE” with the tagline “Supporting Families – Building Communities” below the Heading beside the logo in the middle and not below the menu itself just exactly like picture in the link http://picpaste.com/Re_Site_Title_and_Tagline-bdEU857I.jpg.

    #485016

    Hi,

    Sorry for the late reply. We can help you out with styling the header widget but I couldn’t see it on your site? We need to inspect the element in order to give you the correct CSS for it.

    Regards,
    Rikard

    #485184

    Hi Rikard,

    The website address is http://www.spafieldfrc.web44.net/wordpress/wp-admin/. Username and Password details sent by Private Content. Could you also see if I have installed the Enfold theme correctly?

    #485302

    Hey!

    Please review your website now.
    I have renamed widget area to “header” and adjusted custom CSS code a little.

    Best regards,
    Yigit

    #485318

    Yigit,

    If you look at my home page there are two buttons called home. I would like to get rid of one of the home buttons. Is it possible to change the contact button to the colour red?

    Sean.

    #485324

    Hi!

    1- You have not created a menu in Appearance > Menus. I did it for you
    2- You have chosen your frontpage and blog page in Settings > Reading. They should be set in Enfold theme options. I did it for you too.
    3- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #menu-item-157>a>.avia-menu-text { color: red; } 

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Cheers!
    Yigit

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