Site Logo Not Showing on SKT Software Pro Theme

Home Forums All Other Themes Site Logo Not Showing on SKT Software Pro Theme

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #176577
    Luke MackieLuke Mackie
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: November 6, 2020

    Hi there, I no longer see an option to edit my site logo under the “Header” section in SKT Software Pro. The Header section shows an option for “Site Title and Logo” but when I open the option, it doesn’t give the option to edit the logo. It only gives me the option to change the title. The logo option seems to be missing.

    See screenshot below of my “Customise” options.

    Screenshot of Site Logo Option Missing

    #176589
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    span.desc {
        display: block !important;
        color: #fff;
        margin-top: 15px;
        font-size: 15px;
    }

    Regards,
    Dave

    #176608
    Luke MackieLuke Mackie
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: November 6, 2020

    Site link: https://millenniumfundraisingsouthafrica.co.za

    #176609
    Luke MackieLuke Mackie
    Participant
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: November 6, 2020

    Thanks for your response Dave. I have done that, but it still doesn’t display the site logo. All that does is add the tagline to the space where the logo should be. I still don’t see the “Site Logo” option under the “Site Title and Logo” tab.

    #176692
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this one:

    .header span.desc {
        display: block !important;
        color: #fff;
        margin-top: 15px;
        font-size: 15px;
    }

    Regards,
    Dave

    #177449
    John SnyderJohn Snyder
    Participant
    • Topics: 4
    • Replies: 6
    • Total: 10
    Member since: November 5, 2015

    Hi I’m having the same issue. the display for adding the site logo is not available under customerizer- Header- site title and logo. it’s just not showing, super frustrating. im using it on the restro theme.

    #177475
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi John,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header span.desc {
        display: block;
    }

    Regards,
    Dave

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