thanks for any tips/solution
frank
++++++++++++
/* Change the Background Colour on Scroll */
.elementor-sticky--effects {
background: #ffffff!important;
transition: background 0.5s ease-in-out;
}
/* The scroll-logo is currently off./ .scroll-logo { display: none; } / Shut this logo off and activate the other logo after scroll*/
.elementor-sticky--effects .scroll-logo {
display: inline-block;
transition: display 0.5s ease-in-out, max-width 0.5s ease-in-out;
}
.elementor-sticky--effects .original-logo {
display: none;
transition: display 0.5s ease-in-out;
}
/* Change Text Colour and Links colour */
.elementor-sticky--effects .menutextcolours ul li a {
color: #000!important;
transition: color 0.5s ease-in-out, font-size 0.5s ease-in-out, line-height 0.5s ease-in-out;
}
/* Change the color of mobile menu toggle icon / .elementor-sticky--effects .elementor-menu-toggle__icon { color: #ff0000!important; / Change to the color you desire */
transition: color 0.5s ease-in-out;
}
]]>Thanks in advance,
An
How can I change the colour of the background of the heading of My Account > Addresses > Billing & Shipping. I have white text against a white table heading background colour. As a workaround I changed the global text colour for Headings to a lighter blue but I’d like to change the white background to a darker colour.
Link to image: https://ibb.co/TKZTqMr
I have the same problem on the Orders page, where the table heading is white, I changed the global text color to light grey but I really need to change the background colour of the table header.
https://ibb.co/0jMcwX2
]]>It seems my current theme is causing issues with the product title not displaying. No product title shows in the carousel and the link to Add To Wishlist is also invisible until you hover over it.
Is there any CSS that I can use to make the text black or dark grey?
Thank you in advance!
]]>My website isn’t live yet, I’d really like to sort out the appearance before I do. I’m really struggling to find a way to change the colour of the font in the main menu. I would like the main menu bar to be white, but the main menu text is defaulted to white.
I’ve searched for CSS to help and have had a play around to see if I can work it out, but I’m stumped.
After getting the colour sorted, I might like to change the font style too.
Any advice would be greatly appreciated.
Many thanks
]]>I have recently purchased a WordPress site via GoDaddy and almost finished building the structure of it (still needs more content) but I can’t see the text of the dropdown menus under About us and Services because it shows as white text on a cream background.
Having read through the forums I believe I need a bit of CSS code to correct this but I don’t know how to write it. Could you please help?
The theme is Go. Background colour should be #f4efe9 and the text colour should be #547726.
Thank you so much in advance.
]]>I’d like to change to colour of the Woocommerce buttons in Twenty Seventeen. I found a thead about the (check out) add to cart buttons and that worked. I also wanted to change the ones at the front of the store, can’t make that work. This is what I did:
button_product_type_simple add_to_cart_button_ajax_add_to_cart {background-color: #7D0552 !important;
}
(Taken from source, tried without underscore here and there (weren’t in source) and with, doesn’t make a difference though.)
Any idea how can i customize this (PHP, JS)?
Im also willing to pay for it…
****
Hi
I use the Event calender view with WP FullCalendar.
I want to have another color for events tahts fully booked and them with free places.
e.g free: green as ist is by default an red if fully booked.
How ca i do this?
Regards
Iwan