Also how can I hide the active language flag?
best regards
]]>I’m pretty new to Woocommerce. I just wanted to set up my first product.
I want to put some images into my product description (all of them are 32x32px). Is there a way to center the text after it vertically?
Here is a screenshot:
Thanks a lot for your help.
]]>Any ideas how to do it and why gutenberg don’t have it yet?
]]>I activated the plugin and configured API. I am using static playlist and constructed the shortcode. Once displayed the videos on the playlist are one on top of the other instead of side by side. Any help would be appreciated.
Thanks,
Hamza
Awesome plugin you got! I have a question:
I wonder if it possible to change Vertically order to Horizontally order on Multi-Column?
Thanks
Davy
Strange thing is, no matter what CSS I add, the navbar simply won’t move. It sits stubbornly glued to the top of the screen, never any change no matter what I do. I was able to accomplish other changes to the navbar with CSS, centering, changing font size and color, changing color during hover, etc.
But this one issue, I feel ready to give up on. Any help would be appreciated. Below is all the CSS that’s been added for the site, in case there’s something in there causing a conflict that I’m just missing.
footer#footer {
background: none repeat scroll 0 0 #6873CF;
}
.navbar .navbar-inner .site-description {
width: 100%;
text-align: center;
}
#wp-subscribe {
background: none repeat scroll 0 0 #028482 !important;
}
#wp-subscribe input.email-field {
background: none repeat scroll 0 0 #945 !important;
}
/* START OF Change the Navbar Colors/Font/Size */
/* Adjust Menu (#6873CF) text color, (Garamond) font-family, (1.5em) font-size */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {
display: inline;
color: #6873CF;
font-family: Georgia;
font-size: 1.5em;
padding: 50px 25px;
}
/* Adjust Menu colors – Normal */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter {
color: #6873CF;
text-shadow: none;
}
/* Adjust Menu colors – Hover */
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter {
color: #9F00FF;
text-shadow: none;
}
/* Adjust Menu colors – Active */
.navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a,
.navbar .nav > li.current-menu-item > a:first-letter,
.navbar .nav > li.current-menu-ancestor > a:first-letter {
color: blue;
text-shadow: none;
}
/* Adjust dropdown Menu items (blue) text color, (yellow) shading and (green) border */
.dropdown-menu > li > a {
color: blue;
background: yellow;
border-bottom: 2px solid green;
}
/* Remove the Hover/Focus Colors */
/* END OF Change the Navbar Colors/Font/Size */
]]>