Home › Forums › SKT Black/White Theme Support › .top-bar image
- This topic has 7 replies, 2 voices, and was last updated 7 years, 6 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
May 24, 2016 at 5:26 am #34645
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.May 24, 2016 at 5:33 am #34648Hi 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,
DaveMay 24, 2016 at 6:00 am #34667im 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
May 24, 2016 at 6:16 am #34675Do you want to add a logo or background image?
Regards,
DaveMay 24, 2016 at 6:29 am #34677i 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.
May 24, 2016 at 6:41 am #34680Hi 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,
DaveMay 24, 2016 at 6:47 am #34682thanks problem solved
i found this
——
#slider .top-bar h2
—–May 24, 2016 at 7:22 am #34684Okay Great
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.