Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1345949

    Hi

    I am using the Fullwidth Easy Slider on one page of a client’s website and colour section with image background and special heading on every other page. The client would like the page with the Fullwidth Easy Slider to have the caption in the same style as all the other pages. (Links in private content to show example).

    Specifically I need the caption on the Fullwidth Easy Slider to be:
    H3
    Modern Left
    60px
    #ffffff
    padding bottom 40px

    Could you please let me know what quick CSS I can use to enable this?
    Thank you for your help with this.
    Peta

    #1345958

    The heading tag itself ( h3 or whatever ) is on the slide options page on advanced tab.

    the positioning of the caption is on styling tab.
    the rest will be css only

    #1345968

    Hi Guenni007

    Thank you so much … I can’t believe I missed this!
    As you said I can accomplish everything except for the ‘Modern’ styling. Do you know the css for this?

    Thanks again for your fast response
    Peta

    #1345974

    i guess the most important difference is the font-weight: 300

    to address the captions specifically it is maybe a good idea to place a custom-class either to the whole slider or to the slide
    f.e.: modern
    If you have the custom-class on the alb itself – all caption titles will be then in font-weight: 300
    if you have the custom-class only on the slide – only this will be selected ( see above image : Custom CSS Class For Heading Tag )

    .modern .avia-caption-title , 
    .avia-caption-title.modern {
      font-weight: 300 !important;
    }
    #1346063

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1346102

    Thanks again Guenni007

    I have tried putting the code in a few places, on the Fullwidth Easy Slider element, on the Content of the first slider and in the General Styling Quick CSS but the caption is still heavier than the rest.

    I am wondering if there is a way to force all H3 headings to appear in the ‘Heading Style Modern’ – then I can place this in the General Styling Quick CSS tab in Enfold settings?

    Peta

    #1346192

    Hi Peta,

    Please try this CSS instead:

    .slideshow_align_caption h3 {
        font-weight: 300 !important;
    }

    Best regards,
    Rikard

    #1346218

    I have tried putting the code in a few places, on the Fullwidth Easy Slider element, on the Content of the first slider and in the General Styling Quick CSS but the caption is still heavier than the rest.

    And you realy think of the custom-class to place?

    Now: on topic you are only talking about sliders – now you like to influence all headings?
    if you realy want to style all H3 that way try :

    #top #wrap_all .all_colors h3 { font-weight: 300 !important }
    

    but on heading alb element the font-weight is 400 on modern style so maybe you try 400

    #1346246

    Thanks Guenni007 for all your help.
    Rikard, that CSS worked perfectly! This one can be closed now.
    Really appreciate all the help.
    Peta

    #1346260

    Hi,

    Glad to know that this has been resolved. Thanks to @Guenni007 and @Rikard. Please feel free to open another thread if you have more questions regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Fullwidth Easy Slider change caption to Modern H3’ is closed to new replies.