Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,
    May be your browser cache.
    The only CSS applied to this selector is in the Feedzy stylesheet is : font-weight: bold;
    So there is no reason it wouldn’t work if you add this to your theme CSS.

    Thread Starter maximmmus

    (@maximmmus)

    I cleaned browser cache and also tried in a different browser and none of the .feedzy-rss code which is added to the theme’s css is activated.

    This is not a feedzy issue. You are doing something wrong.
    There is absolutely no reason the CSS is not well interpreted.

    Maybe try :

    .feedzy-rss .rss_item .title {
    		font-size: 1.2em !important;
       }
    Thread Starter maximmmus

    (@maximmmus)

    After adding this code here Use your own CSS and dequeue the default plugin CSS style sheet to the functions file it works.

    I want to display a smaller image on mobile screen. I use the code below but it doesn’t work. Any ideas? Thanks

    @media screen and (max-width: 600px) {
    .feedzy-rss .rss_item .rss_image {
      	width: 30%;
    }

    I’m having the same issue. Chrome inspect element won’t even display changes to css.

    Any ideas on this?

    Thread Starter maximmmus

    (@maximmmus)

    Try this, this has worked for me:

    .feedzy-rss .rss_item .rss_image,
    .feedzy-rss .rss_item .rss_image span{
    width: 90px !important;
    height: 90px !important;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Title css issue’ is closed to new replies.