Forum Replies Created
-
AuthorPosts
-
Ok, got the shortcode… however now when placing the shortcode into the layer I simply get the text of the shortcode displaying in the slide….
– Granted I have not uploaded the file that I intend for it to download so it’s “incomplete” shortcode but it should still display the button correct?
What I can’t find is the shortcode for the button…. Maybe I’m an idiot but I can’t find the shortcodes… (I saw them before the latest update but not since)
That did it thanks!
That option is already active… the header shrinks as its supposed to… however no logo appears… its BLANK
still nothing…. I even tried putting the file in a different location
.header-scrolled .logo a img {
display: none;
}.header-scrolled strong.logo.bg-logo a {
width: 100px;
background: url (http://new.pttrucks.com/wp-content/uploads/2014/11/icon_only.png);
}I finally got around to trying this… admittedly I’m not the best at CSS/HTML but I’m not sure what I’ve done wrong…
I copied and pasted the CSS you provided to the custom.css and replaced the text inside the parenthsis with the location of the image… but the desired effect does not appear — can you help?
.header-scrolled .logo a img {
display: none;
}.header-scrolled strong.logo.bg-logo a {
width: 100px;
background: url(/wp-content/uploads/2013/04/icon_only.png);
} -
AuthorPosts