Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #877974
    PicciaNeri
    Participant

    Hello there, me again

    This time I am struggling with styling the widgets in the sidebar on the site
    http://dev.ilpuntomerceria.it/

    See for instance this page

    http://dev.ilpuntomerceria.it/index.php/2015/03/28/converse-newborn-personalizzate-in-4-semplici-mosse/

    First of all the font in the sidebar titles is not Raleway. Then I want to style the widgets to my liking but I don’t seem to be able to make it work. This code:

    .widget, .widget ul, .widget ol, .widget a, .widget ul li a, .widget ol li a, .x-comment-time {text-shadow: none;
    background-color: rgba(239,64,124,0.8); font-family: “Raleway”; }

    doesn’t work, even if I put it in the customiser.

    Again – what am I doing wrong?

    Many thanks

    Piccia

    #878013
    John Ezra
    Member

    Hi Piccia,

    Thanks for writing in! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #878118
    PicciaNeri
    Participant
    This reply has been marked as private.
    #878615
    Thai
    Moderator

    Hi There,

    Please update your custom CSS a bit:

    .widget, 
    .widget ul, 
    .widget ol, 
    .widget a,
    .widget ul li a, 
    .widget ol li a, 
    .x-comment-time {
        text-shadow: none;
        background-color: rgba(239,64,124,0.8);
        font-family: "Raleway" !important;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-877974 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>