stormdb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank image uploads and my website is scatteredWeird… My website suddenly looks okay. Can you maybe help me with the blank image problem?
Forum: Installing WordPress
In reply to: Change button colorThanks for helping me out guys. Actually, I had to paste the CSS in Elementor custom CSS and not my theme’s custom CSS.
I just used this CSS code then.
.elementor-kit-19 .elementor-button {
color: #303633;
background-color: #303633;
}And changed the colors.
Thanks again
- This reply was modified 5 years, 6 months ago by stormdb.
Forum: Fixing WordPress
In reply to: Color problemsWillem0 and how do I change this?
Forum: Themes and Templates
In reply to: [Astra] Margins between logo – post title on phone/tabletThank you very much! With your info and some research, I found it. I will just post the answer here.
The margin of my header was indeed the problem.
And for the button color to change, I had to inspect the button (right-click and choose inspect) (see https://share.getcloudapp.com/X6uoyB9j), then change the colors (hex values) and copy the CSS changes. Then I went to customize theme (Astra in my case) and pasted the CSS code in ‘additional CSS’. I used firefox to fix this problem.
Depending on your theme it can be named differently, but it should be something like ‘custom css’.
Hope this will help someone else.
Kind regards
Storm