-
AuthorPosts
-
August 5, 2015 at 8:53 pm #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.
August 6, 2015 at 4:14 pm #483992Hi 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,
YigitAugust 6, 2015 at 4:15 pm #483994Hi 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,
ElliottAugust 6, 2015 at 11:09 pm #484204The 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.
August 6, 2015 at 11:56 pm #484218Hey!
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,
YigitAugust 7, 2015 at 3:53 pm #484574Hi 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.
August 10, 2015 at 4:45 am #485016Hi,
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,
RikardAugust 10, 2015 at 11:44 am #485184Hi 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?
August 10, 2015 at 2:09 pm #485302Hey!
Please review your website now.
I have renamed widget area to “header” and adjusted custom CSS code a little.Best regards,
YigitAugust 10, 2015 at 2:20 pm #485318Yigit,
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.
August 10, 2015 at 2:27 pm #485324Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.