mickeyo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change the color of the onsale price (number) Only?try this in custom CSS:
.astra-shop-summary-wrap bdi{
color: red;
}Hi,
This request might be a bit specific for a plugin.
Have you tried custom CSS?
regards
Mike
[link redacted]- This reply was modified 5 years, 3 months ago by bcworkz. Reason: sig link
Forum: Fixing WordPress
In reply to: CSS code won’t workHi,
I think you might need a little custom CSS:
-Go to Admin Dashboard/Appearance/Customize.
-Click on your menu to choose the correct page.
-Click “Additional CSS” in the left sidebar.
Paste this in the bottom window:
.site-navigation {display: none;}-Make sure you click the Publish button at the top.
Don’t use ‘Custom CSS – Whole Site and Per Post’ plugin for this, it will just complicate everything.
Good Luck
Mike
Forum: Fixing WordPress
In reply to: Page Title AlignmentYou currently have .page-header h1 set to text-align: right
change it to text-align: center..hero .page-header h1 { text-align: center }good luck
Mike
[link redacted]- This reply was modified 5 years, 3 months ago by bcworkz. Reason: sig link
Forum: Fixing WordPress
In reply to: Header not showing fullyHello Cheryl,
This should get you most of the way there. Put this in your custom CSS:#branding {height: 175px} #text-4 {color: #fff; font-size: 18px}Can obviously change the values ie. px/pixel sizes, color #fff is white but you could find another hex color.
Good Luck
Mike