staceychurch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CSS not working on shortcodes-please helpBrilliant thanks that code sen to work in Safari and Chrome
Forum: Fixing WordPress
In reply to: CSS not working on shortcodes-please helpThank you but still no good.
Cleared caches in browser.I’m adding CSS to the custom CSS in Theme Options. The inline style is what is created in the short codes, i have even tried to add the font CSS in the inline code but still no good.
Cant understand why this is not working in some browsers, all I want to change is font size!Forum: Fixing WordPress
In reply to: CSS not working on shortcodes-please helpNo.
No good I’m afraid.Forum: Fixing WordPress
In reply to: CSS not working on shortcodes-please helpsorry realised its fine in Firefox but doesn’t work in Safari or Chrome- any suggestions I’m baffled.
Forum: Fixing WordPress
In reply to: CSS not working on shortcodes-please helpPerfect-Thank you
??Forum: Fixing WordPress
In reply to: CSS not working on shortcodes-please helpForum: Fixing WordPress
In reply to: CSS not working on shortcodes-please helpYes sorry I didn’t paste all my HTML
[moderator note: make sure to mark any posted code; see https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]
div class="review female"> <blockquote> <q style="background-color:#bce859;color:#000000;">My skin feels better, my digestive system lighter, my mental state lighter too and less sluggish. Overall I’m feeling a lot healthier than I was.” </q> </blockquote>
Unfortunately your suggestion of using q in CSS didn’t work either. I have tried various combinations including
blockquote q{ font-size:24px; }
I have also tried adding the style within the HTML but this didn’t work either. ??
Forum: Fixing WordPress
In reply to: How to replace text with an image in Twenty Fourteen theme main menuyes it already had a custom css class.
here is my new css which works! Just in case anybody else should have the same problem.Thanks for helping.
.menu-item-606.nav-facebook {
background-image: url(“https://www.website here/wp-content/uploads/2015/01/facebook-menu.png”);
background-repeat: no-repeat;
height:48px;
width:44px;}
.menu-item-606.nav-facebook:hover{
background-image: url(“https://www.website here/wp-content/uploads/2015/01/facebook-menu.png”);}
.menu-item-606.nav-facebook a:hover{
background:none;
}Forum: Fixing WordPress
In reply to: How to replace text with an image in Twenty Fourteen theme main menuyes still no good.
I want to remove the hover completely from this li and just keep the image.
Forum: Fixing WordPress
In reply to: How to replace text with an image in Twenty Fourteen theme main menuThanks so much for your quick response.
I’m having trouble switching off the hover on that custom li image
.menu-item-606:hover,.menu-item-606 a:hover{
}
these don’t work.
I have tried background-color #000; and background-color:none; , no luck.Could you help please.
Forum: Fixing WordPress
In reply to: How to replace text with an image in Twenty Fourteen theme main menuyes sorry.
this still doesn’t work
li#menu-item-585.nav-facebook menu-item menu-item-type-custom menu-item-object-custom menu-item-585 a {
background: url(https://www.farleyhillmusic.co.uk/wp-content/uploads/2015/01/facebook-menu.png) no-repeat 0 0;
text-indent: -9999px;
}any clues to why?
unfortunately I know nothing about guitars this is a client of mine ??
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] woo commerce cart icon sizeThanks for responding. Decided to remove the icon and move cart to Shop page instead.
Forum: Fixing WordPress
In reply to: Expressions theme Blog page titleYes its for the Message Board
Forum: Fixing WordPress
In reply to: Expressions theme Blog page titlehttps://www.westchiltvillagehall.org
I’d like to have the same page title within the blue full width bar as the rest of the site.
Hope you can help.
Thanks