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

    Hello :),

    Post Slider
    When I build a post with the ALB, I put in a post slider. But the images are not the same size and the title is HUGE. (See screenshot)
    Question 1a: How can I style the post slider so that images are the same size and how can I adjust the font size of the title? Everything needs to be aligned as well?
    Question 1b: Can you recommend a standard size for the featured image in post/easy slider element?

    Breadcrumb styling:
    I used your documentation at: https://kriesi.at/documentation/enfold/breadcrumbs/ to make a shortcode and style the font colors.
    But. Only the color GOLD works. I can’t change the rest of the colors.
    Question 2: How can I change (only) the font color that is dark right now, to white? (See screenshot)

    Can you help me?

    Sincerely,
    Morticka

    #1193095

    Hello, anybody home?

    Sincerely,
    Morticka

    #1194048

    Hi Morticka,

    We apologize for the delayed response.
    Q1a: You can set the h3 size in Enfold > Advanced Styling or you can add this CSS code in Quick CSS (Enfold > General Styling):

    #top #wrap_all .avia-content-slider h3.slide-entry-title {
        font-size: 18px;
    }

    It would be hard to align everything especially if there’s a large difference in text count both in title and content.

    Q1b: The size used by post slider is 495px (width) and 400px (height).

    Q2: You can change breadcrumb’s color in Enfold > Advanced Styling, select Breadcrumbs.

    Hope this is helpful.

    Best regards,
    Nikko

    #1194118

    Hey Nikko,

    Thx, I wanted to only target the font in the content slider, not every H3 and this worked like a charm!

    What does not work, is changing only the DARK color of the breadcrumb font in white. That was my question. I know I can change it in advanced styling, but that targets all the font color/links/back slashes.

    So again my question, how can I change/target only the dark color in the breadcrumb to white and keep the rest gold?

    Sincerely,
    Morticka

    #1194136

    Hi Morticka,

    I see, try adding this CSS code as well:

    #top .breadcrumb .breadcrumb-trail a {
        color: white;
    }

    Best regards,
    Nikko

    #1194394

    Yes it works, thx Nikko!! :D

    You can close this ticket.

    Sincerely,
    Morticka

    #1194403

    Hi Morticka,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Post Slider styling question and Breadcrumb styling not working’ is closed to new replies.