• Resolved Anandabrata Ghosh

    (@ananddevops)


    Hello,

    I have a tagline added as part of Site Identity. But the same does not show in the header section. Why is that and how can i show it?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    Thread Starter Anandabrata Ghosh

    (@ananddevops)

    @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.
    Thread Starter Anandabrata Ghosh

    (@ananddevops)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Basic Setup Issues?’ is closed to new replies.