.top-bar image

Home Forums SKT Black/White Theme Support .top-bar image

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #34645
    syssys
    Member
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: February 20, 2016

    it is possible to add an image on top-bar area
    im using skt white pro version 2 and also can you give me all the short codes for homepage slider
    thanks.

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

    Hi Sys,

    You can add an image on top-bar with the help of CSS.

    Kindly go to Appearance>>Theme Option>>Shortcodes

    You will find all the shortcodes there.

    Regards,
    Dave

    #34667
    syssys
    Member
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: February 20, 2016

    im using this css code

    .top-bar{ content: url(“http://888.a71.myftpupload.com/wp-content/uploads/2016/05/Logo-Header.png”)};

    but i cant display the image

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

    Do you want to add a logo or background image?

    Regards,
    Dave

    #34677
    syssys
    Member
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: February 20, 2016

    i want to add logo on top of the slider
    what i did is using this:
    ————————————-
    .top-bar{
    display: block;
    overflow: hidden;
    background: white url(http://888.a71.myftpupload.com/wp-content/uploads/2016/05/Logo-Header.png) no-repeat;
    background-position: center;
    }
    ————————————-

    basically its resolved my problem, but do you have good options, because i cant remove the slide title.

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

    Hi Sys,

    This is a good option to show logo on the slide images. Another way is you can create a slide image which has logo.

    Regards,
    Dave

    #34682
    syssys
    Member
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: February 20, 2016

    thanks problem solved
    i found this
    ——
    #slider .top-bar h2
    —–

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

    Okay Great

    Regards,
    Dave

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