Forum replies created
Viewing 10 replies - 2,811 through 2,820 (of 3,147 total)
In reply to
Do Not Process – Escape Sequence – How To
I cannot try the shortcode as it seems to be the add-on feature
In reply to
Sticky header width in Alora
which version of IE are you using?
In reply to
Fully flexible background images?
insert this in the Custom CSS field:
Code:
#main {-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
-o-background-size: 100% auto;
background-size: 100% auto;}
-moz-background-size: 100% auto;
-o-background-size: 100% auto;
background-size: 100% auto;}
In reply to
Theme settings page acting up…
have you tried different browsers? Firefox?
In reply to
Fully flexible background images?
cannot see the background image
In reply to
See more button link
just insert the URL of the categories to the more link,e.g.:
Code:
<a class=”da-link” href=”http://example.com/your-category/”>Learn more</a>
have no more idea…sorry 🙁
In reply to
Do Not Process – Escape Sequence – How To
can I know the name/url of the plugin?
In reply to
Sticky header width in Alora
try this code:
Code:
body #header.sticky-header {box-shadow:none;}
body #header.sticky-header {background: none!important;}
body #header.sticky-header .sticky-nav {max-width: 940px;margin:0 auto; background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97) !important;}
body #header.sticky-header {background: none!important;}
body #header.sticky-header .sticky-nav {max-width: 940px;margin:0 auto; background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97) !important;}
In reply to
Fully flexible background images?
please provide me your website URL
Viewing 10 replies - 2,811 through 2,820 (of 3,147 total)