• Resolved littabird

    (@littabird)


    I wanna change the meta info font style from ITALIC to NORMAL.

    According to your tutorial, this sippet should work…

                .feedzy-rss .rss_item .rss_content small {
                    font-style:normal;
                }

    Unfortunately, nothing happens. I have tried many different “classes” to no avail.

    What does it take to change the style… italic line is really ugly. Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Vytis

    (@bvytis)

    Hi @littabird,

    Can you please share URL of the page where you’re trying to change it?
    Thank you.

    Hi,

    try to add “!important” to force the style.

    .feedzy-rss .rss_item .rss_content small {
    	font-style: normal !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Couldn’t make Italic META “Normal”?’ is closed to new replies.