Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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 color

    but no luck – any suggestions?>

    #967275

    Hey smarta-brett,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #967551

    http://dharmacottageyoga.com/

    front end access password = lennox

    #967556

    also 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

    #967712

    sorry – 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

    #967713
    This reply has been marked as private.
    #967889

    Hi,

    Let’s stick to one change at a time. Are you trying to target all widgets or a specific one?

    Best regards,
    Rikard

    #968103

    just 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)

    #968713

    Hi,

    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,
    Rikard

    #969852

    no

    that didn’t work either

    if it makes it easier – if it needs to be all widget text I don’t mind

    #970274

    Hi,

    Thanks for the feedback. Please try this instead:

    #footer #text-3 p span strong {
      color:yellow !important;
    }

    Best regards,
    Rikard

    #970286

    great thanks

    I changed the “yellow” to the hex color #6d6d43 and it worked

    thanks for your time!

    #970607

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.