Royah Marie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Add a box around the cart and cart totalSorry about that! It has been published.
Forum: Themes and Templates
In reply to: [Storefront] Change font of product titles onlyThat worked perfectly! Thank you so much!
Forum: Themes and Templates
In reply to: [Storefront] Reduce overall size of Footer WidgetYou are amazing! That worked beautifully! Thank you so much!
Forum: Themes and Templates
In reply to: [Storefront] Change font of product titles onlyIs that in addition to the one above or am I replacing the first CSS with the one you just sent?
Forum: Themes and Templates
In reply to: [Storefront] Reduce overall size of Footer WidgetHere you go. The scribble = all black coloring.
Forum: Themes and Templates
In reply to: [Storefront] Reduce overall size of Footer WidgetThank you but that’s not quite what I’m looking for. How can I send you a screenshot through here so I can illustrate what I wish for?
Forum: Themes and Templates
In reply to: [Storefront] Change font of product titles onlyThat worked BEAUTIFULLY! Thank you. Two more!
For the single product pages, the title should be in Rosella-Deco: https://www.delicatefabrics.net/product/ss60w/?attribute_colors=Plantation+%28Pantone+18-0832+TCX%29
For the category pages (https://www.delicatefabrics.net/product-category/silk/) the category titles and the number in parenthesis should be in FuturaLT.
Just in case there is a better way to do this, I am sharing all I currently have in my Additional CSS.
.site-header .site-branding img{ max-height: 175px !important; } .site-header .site-branding img{ max-width: 170px !important; } .site-header .custom-logo-link { display: flex; align-items: center; } .site-header .custom-logo-link::after { !important; content: "Affordable elegance at your fingertips."; padding-left: 20px; !important } .site-footer .site-info { padding-top: 5; padding-bottom: 0; } } .site .entry-header { display: none; } @font-face { font-family: "Rosella-Deco"; src: url(/wp-content/themes/storefront/assets/fonts/Rosella-Deco.ttf); } @font-face { font-family: "FuturaLT"; src: url(/wp-content/themes/storefront/assets/fonts/FuturaLT.ttf); } body, button, input, textarea, select{ font-family: FuturaLT } h1, h2, h3, h4, h5, h6{ font-family: "Rosella-Deco"; } .single-product h1.product_title.entry-title { font-size: 20px; font-family: "FuturaLT" } input, select, textarea, .hentry .entry-content .wp-block-button .wp-block-button__link, a.button, a.button:visited, button, html input[type=button], input[type=reset], input[type=submit], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 20px; } a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart { border-radius: 15px; } .site-info { text-align: center; } .storefront-primary-navigation .site-header-cart { margin-top: -220px; } .storefront-primary-navigation .main-navigation { width: 100% !important; } footer#colophon .col-full { padding-top: 0 !important; padding-bottom: 0 !important; } footer#colophon .footer-widgets { padding-top: 0 !important; padding-bottom: 0 !important; } /* change font family | 5559697-zen | NS */ h2.woocommerce-loop-product__title { font-family: 'FuturaLT' !important; }
Forum: Themes and Templates
In reply to: [Storefront] Change font of product titles onlyThere are multiple issues, I’m just tackling one at a time. Right now, this is the product title to which I’m referring.
https://www.delicatefabrics.net/product-category/silk/silkdupioni/
Right now it’s in Rosello-Deco but I want it to be FuturaLT
Forum: Themes and Templates
In reply to: [Storefront] Reduce overall size of Footer WidgetThank you, that worked.
Also, is there a way to assign a background color to the footer widget? I would like it to appear as if it were a part of the background rather than a part of my general site information.
Forum: Themes and Templates
In reply to: [Storefront] Change font of product titles onlyIt has been published. Thank you!
Fixed it!!! Thank you. I was not understanding to ALSO add
@font-face {
font-family: “Edwardian Script”;
src: url(path/to/the/font);
}Sorry all. I got so frustrated with the theme that I changed the theme from Storefront to something else. Applying the Century Gothic was not a problem because I didn’t have to install the font. Here where I am at with the additional CSS.
img.custom-logo {
max-height: 400 !important;
}
img.custom-logo {
max-width: 500px !important;
}
.site-header {
padding-top: 20px;
}
.site-footer {
padding-top: -20;
}
.site-footer {
padding-bottom: 0;
}
.site .entry-header {
display: none;
}
body, button, input, textarea, select{ font-family: Century Gothic
}
h1, h2, h3, h4, h5, h6{ font-family: Century Gothic
}
input,
select,
textarea,
.hentry .entry-content .wp-block-button .wp-block-button__link,
a.button,
a.button:visited,
button,
html input[type=button],
input[type=reset],
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
border-radius: 20px;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
border-radius: 15px;
}`Forum: Themes and Templates
In reply to: [Fashion Designer] Bypass forced cropping of logoOk, thank you!
Forum: Themes and Templates
In reply to: [Fashion Designer] Bypass forced cropping of logoYes I am. I am using the Fashion Designer Pro Child Theme.
Forum: Themes and Templates
In reply to: [Fashion Designer] Adding additional fontsOk, thank you!