ob1tanobey
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WordPress Dashboard Times out when WooCommerce is activatedJust chiming in, the same problem here. Also, my product categories seem to have moved by themselves. It says the page has moved. This happened right after the woocommerce 5.7.1 update.
The same thing is happening to mine. Everything loads except the dashboard and gives a 504 error at wp-login. Started happening after the update to 5.7.1. Also, my product categories are returning “page has moved.”
Is there a fix in the next version? It seems I’m not the only one with this problem.
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] Twentytwentyone Change Pullquote font sizeHi @bduclos thanks for your replies but I am not having any luck. The following is what I have in my “Additional CSS.” I don’t know what’s causing the problem. I do have a child theme if that helps. Thanks anyways.
:root {
–global–font-size-page-title: 30px;
–heading–font-size-h1: 30px;
–heading–font-size-h2: 28px;
–heading–font-size-h3: 26px;
–heading–font-size-h4: 24px;
–heading–font-size-h5: 22px;
–global–font-size-base: 19px;
}
a:link {
color: #008000;
}a:hover {
color: #000000;
}
:root {–pullquote–font-size:10px;}.wp-block-pullquote .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
font-size: 1rem;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 1rem;
}Forum: Themes and Templates
In reply to: [Twenty Twenty-One] Twentytwentyone Change Pullquote font sizeHi @bduclos, sorry but that didn’t do it. I added the whole code in the additional css but didn’t do the trick. thanks for your time.