Hi, ananddevops
It set the text in the <title> tag of HTML. Means for the homepage when you hover the cursor over browser tab you will notice that tagline text.
Let me know if need any assistance!
Thanks
@imrajkhan
Thanks for the info. Please let me know what I have to do inorder to see the tagline under my Site Name, other than the hover.
Thanks,
Anand
Hi,
Do you want to show the tagline under the text logo like this: http://prntscr.com/m25xn6
For that please share your site URL.
Thanks
-
This reply was modified 7 years, 5 months ago by
Imraj khan.
-
This reply was modified 7 years, 5 months ago by
Imraj khan.
Hi,
Create a child theme of the Spasalon theme. To create you can use plugin available for the same. After creating the child theme, download THIS file and place it in the directory/folder of that child theme.
This change may distort your layout, so to re-arrange you can paste the custom CSS in the customizer’s Additional CSS box. Edit the values if needed.
/*Menu link padding*/
.navbar-default .navbar-nav > li > a {
padding: 50px 17px !important;
}
/*Menu link padding*/
/*Custom tagline below the logo*/
.navbar-header span{
display: inline-block;
font-size:19px;
}
/*Custom tagline below the logo*/
Let me know if any confusion!
Thanks