Forum replies created
here you go, Custom CSS:
.dropcap {
font-family:georgia;
}
Custom CSS:
@media only screen and (max-width: 480px) {
.header-social .top-menu {
display: none;
line-height: 43px;
}
}
we test it on iphone and it works just fine
sure, try for example:
.footer a {
color: green;
}
modify per your needs
sure no problem 😉
try this Custom CSS – Theme Options -> Custom CSS
@media only screen and (max-width: 768px) {
.custom-header {
background-size: contain !important;
}
}
Appearance -> Theme Options -> General -> Layout Options -> Page Content Top Padding set to 0px
no problem
when using a shortcode on a shop page, the default shop page must be disabled as it will display duplicated products, as it does on your shop page, I set new shop page address http://fotoscenen.se/shop-2/ with the shortcode and disabled the Shop Page in WooCommerce -> Settings -> Products -> Display -> Shop Page
try Custom CSS:
form.checkout .shop_table tfoot th {
width: 60%;
}
play with the percentage value