Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #768906

    Hi, guys!

    On
    http://www.casamagna.com.br/blog
    I’m using a post slider on top of the page and tried a couple of shortcodes to increase the title size without success.

    I’ve try
    .avia-content-slider .slide-entry-title { font-size: 50px; }

    and didnt work.

    Can I have some help?

    Ty,

    #768916

    Hi @Jubaboxer ;
    This may help you :
    .html_elegant-blog .avia-content-slider .slide-entry-title { font-size: 50px !important;}

    #768950

    Hi!

    Please refer to @begrafiks‘s post above

    @begrafiks
    Thanks :)

    Regards,
    Yigit

    #769010

    Hey, guys, ty for the fast response, it worked, but… the post titles on grid layout below the post slider were affected too.

    There’s some way to increase the font title size just on the slider?

    :D

    #769135

    Hi @jubaboxer ;
    it seems that your post slider is in a “Color Section” so you can give an “id” to “your color section” to target just the post slider in the color section :

    
    #your-id-color-section .html_elegant-blog .avia-content-slider .slide-entry-title 
    { font-size: 50px !important;}
    
    • This reply was modified 7 years, 7 months ago by begrafiks.
    #769151

    I’m trying with:
    ID on color section: #topslide

    And the quick code:
    #topslide .html_elegant-blog .avia-content-slider .slide-entry-title
    { font-size: 50px !important;}

    It doesnt seem to be working at all!
    What Im doing wrong?

    :D

    #770300

    Hi,

    Please try this instead:

    #topslide .slide-entry-title a { 
      font-size: 50px !important;
    }

    Best regards,
    Rikard

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