-
AuthorPosts
-
June 5, 2018 at 8:25 am #967049
I want change the colour of the text in a text widget
I have tried css
.textwidget {
color: #6d6d43;
}& I have tried HTML in the text
<span style=”color: #6d6d43;”>
the preview shows as the correct colorbut no luck – any suggestions?>
June 5, 2018 at 3:45 pm #967275Hey smarta-brett,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardJune 5, 2018 at 11:35 pm #967551front end access password = lennox
June 5, 2018 at 11:56 pm #967556also while you’re at it
Ive got a Tabs section on this page http://dharmacottageyoga.com/luxury-yoga-retreats/
I want the tab heading to be the same font as the headings (ie Playfair Display)
I’ve tried lots of combo and can’t seem to get it – here is what is currently in the custom css
.tab_titles { font: Playfair Display;
font-size: 18px;
}the size is taking but not the typeface
June 6, 2018 at 9:29 am #967712sorry – while I have you – I also have a widget problem – I am trying to display an image with a link to a page
I have set up 2 widgets – one as Image & one as Custom HTML as the Sidebar Pages widget
the image I am calling works fine http://dharmacottageyoga.com/wp-content/uploads/2018/06/widget-advert.jpg
however neither widget displays the image
I’ll send the log-in an a private reply
June 6, 2018 at 9:30 am #967713This reply has been marked as private.June 6, 2018 at 3:20 pm #967889Hi,
Let’s stick to one change at a time. Are you trying to target all widgets or a specific one?
Best regards,
RikardJune 6, 2018 at 11:05 pm #968103just a specific one – the 4th footer widget – thats why I first tried html in the text
( sorry – I will make new tickers for the other 2 issues)
June 7, 2018 at 12:48 pm #968713Hi,
Thanks for the feedback. Please try this CSS:
#footer #text-3 p { color:yellow !important; }
It’s better if you open one thread for each problem, it’s much easier for us to handle :-)
Best regards,
RikardJune 7, 2018 at 11:36 pm #969852no
that didn’t work either
if it makes it easier – if it needs to be all widget text I don’t mind
June 9, 2018 at 6:13 am #970274Hi,
Thanks for the feedback. Please try this instead:
#footer #text-3 p span strong { color:yellow !important; }
Best regards,
RikardJune 9, 2018 at 6:56 am #970286great thanks
I changed the “yellow” to the hex color #6d6d43 and it worked
thanks for your time!
June 10, 2018 at 6:18 am #970607 -
AuthorPosts
- You must be logged in to reply to this topic.