• Resolved orakel70

    (@orakel70)


    Hello friends

    Can you tell me which css class i need to resize the font of the carousell slider?
    I used:

    .wppsac-post-title h2 {
        text-align: center;
    	font-size: 14px;
    }

    the align center is working but not the font size. I tried it with and without the h2 tag.

    Hopefully you can help me, because the font is too large for my whole theme.

    Orakel

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter orakel70

    (@orakel70)

    My second question is, how to change the categorie color?

    Hello,

    Thanks for reaching us…

    Please go to your Admin Panel->Appearance->Customize->Additional CSS.
    Please put the below CSS on your “additional CSS” section.

    1. Can you tell me which css class i need to resize the font of the carousell slider?
    .wppsac-post-carousel h2.wppsac-post-title a{ font-size: 12px !important }

    2. My second question is, how to change the categorie color?
    .wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li a, .wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li a{background:#ff0f0f !important;}

    Please check and let me know if you have anything else.

    Thanks,

    Thread Starter orakel70

    (@orakel70)

    Thank you Ketan =)

    that works wonderfullm i can solve some simple thinks with css but i am not a profi ^^
    The title is now smaller and centered but i forget to center the author and date.
    Maybe you can help me there too? Than my slider is finished and i have no more questions =)

    Orakel

    Hello,

    Please put the below CSS on your “additional CSS” section.
    .wppsac-post-slider .wppsac-post-date, .wppsac-post-carousel .wppsac-post-date{ text-align: center !important; }

    If you like our plugin please rate and review it here…
    https://ww.wp.xz.cn/support/plugin/wp-responsive-recent-post-slider/reviews/

    Please check and let me know if you have anything else.

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Need CSS class’ is closed to new replies.