kath_eck
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Certify] How to unfade header imageAwesome, worked a treat thanks ??
Forum: Themes and Templates
In reply to: [Illdy] Horizontal lines above and below menuHi Laranz – that’s very helpful – thank you ??
As you can see on my site the horizontal lines don’t fill the whole width of the page.
Is there anyway this can happen?
Kind regards
Forum: Fixing WordPress
In reply to: Full page white header and dark grey boxes behind textNo icons next to the red text….
Forum: Fixing WordPress
In reply to: Full page white header and dark grey boxes behind textHi Steve
The CSS customiser didn’t seem to recognise the titles there – they appeared red and came up as errors for some reason…do you know why? Thanks
Forum: Themes and Templates
In reply to: [Illdy] SidebarThank you for your help ??
Forum: Fixing WordPress
In reply to: Trying to centralize logoThat worked perfectly – thank you so much ??
Forum: Fixing WordPress
In reply to: Trying to centralize logoThanks for your reply Steve ??
That didn’t centralize it unfortunately – it might be to do with the rest of the CSS I have used to center my menu.. ?
@media only screen and (min-width: 992px){
#header .top-header .col-sm-8.col-xs-4 {
width: 100%;
}Forum: Fixing WordPress
In reply to: Widen my websiteLovely, thanks so much ??
Forum: Fixing WordPress
In reply to: What CSS can I use to close the gaps on my website?Ah lovely, thanks you much both of you ??
Forum: Fixing WordPress
In reply to: CSS to apply to all images apart from oneI’ve worked it out
.img {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}.img:hover {
opacity: 1.0;
filter: alpha(opacity=100); /* For IE8 and earlier */
}life is good.
Forum: Fixing WordPress
In reply to: CSS to apply to all images apart from onebump
Forum: Fixing WordPress
In reply to: CSS to apply to all images apart from oneHow do I add a class to only the images I want to hover?
I don’t want to apply the effect to everything on the page.
Thanks for your help
Forum: Fixing WordPress
In reply to: CSS to apply to all images apart from oneSorry – I got rid of it for now because I didn’t know how to take it away from the logo.. this was the CSS I used:
.page-id-7
img {
-webkit-filter: opacity(40%); /* Safari */
filter: opacity(40%);
}
img:hover {
-webkit-filter: opacity(100%); /* Safari */
filter: opacity(100%);
}Thanks ??
Forum: Fixing WordPress
In reply to: random rectangle shape appears next to my menuYou are wonderful dnyanraja! Thank you so much ??
Forum: Fixing WordPress
In reply to: I want to hide titles / get rid of gapDear Steve
Thank you for your response, I did change the margin there and it didn’t make a difference.
It turned out I needed to disable the titles in my Elementor plugin I had running.
Thanks for your help ??