MrNickSheppard
Forum Replies Created
-
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Text in shop page?Hi – that retains text…but loads of formatting went badly awry (on multiple pages). Will it make any difference where in functions.php I’m adding it?
Also tried the second version you posted but that removed all text again.
Thanks for your help (and the plugin, tried a few and orillacart does the job!)
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Text in shop page?Oops…just noticed I destroyed all other text! Presume put code in wrong place…any tips where I can put it safely??
Thanks
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Text in shop page?Resolved…
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Text in shop page?That works! Great thanks
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Text in shop page?Shop is here – https://cardtherapy.co.uk/shop/
Thanks. Yeah I tried that, dropped it all the way to 0px but didn’t seem to make any difference…also don’t really want a title on the the widgets below
Forum: Themes and Templates
In reply to: [Expound] Theme upgrade to 1.9OK thanks…only small issue stripped out custom font files from theme folder. Guess no way round that just back-up?
Forum: Themes and Templates
In reply to: [Expound] Post headings font-sizeJust left out h1
.entry-header .entry-title { font-size: 56px; }
Struggling with this now though if you’ve got a moment!
https://www.ads-software.com/support/topic/featured-post-title-hover-property?replies=1
Forum: Themes and Templates
In reply to: [Expound] Triangle pointer on selected menu itemLike this:
.button-primary:hover, a.button-primary:hover, .wpm-button-primary:hover, a.wpm-button-primary:hover { background: #474747; border:none; }
No change I don’t think…but is that just hover,will I need to target the other states?
Forum: Themes and Templates
In reply to: [Expound] Triangle pointer on selected menu itemThanks. Taken me a while to get back to this because Life…but I’m using custom CSS rather than a child theme. Line 189/190 in expound css is:
.navigation-main ul > .current-post-parent ~ .current-post-parent a:hover { background: #474747; }
So tried this – to no avail – at the bottom (have a lot of mods in my custom css…would be better practice to use a child?):
.navigation-main ul > .current-post-parent ~ .current-post-parent a:hover { background: #474747; display:none; }
I don’t think it’s a:hover I want though…?
Forum: Themes and Templates
In reply to: [Expound] @font-face in custom CSSThanks! Sorted
Forum: Themes and Templates
In reply to: [Expound] .entry-thumbnail-categoryYep thanks!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Style Subscribe buttonThat’s done it thanks!
Forum: Themes and Templates
In reply to: [Expound] Triangle pointer on selected menu itemThanks…I’m using custom css and managed to change that but still blue on hover. I’ve tried this but doesn’t work:
.navigation-main ul > .current_page_item a:hover
OR how could I remove the arrow altogether?
Thanks