New Landing How can we help? Atelier Row Content Expand Customizations

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #244982
    Jonathan
    Member
    Post count: 30

    Hey guys, I searched the knowledgeable and couldn’t find any help on this:

    I’m just curious if it is possible to adjust the justification and font size of the Row Content Expand title (see attachment for reference). How would I go about editing the CSS for this?

    More specifically, I’m hoping to center the title, and make the font slightly larger.

    Thanks a bunch

    Attachments:
    You must be logged in to view attached files.
    #245412
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    You can use this CSS, add this to your Theme Options => Custom CSS.

    a.spb-row-expand-text.container {
        text-align: center;
        font-size: 24px;
    }

    Thanks.

    #245464
    Jonathan
    Member
    Post count: 30

    Thanks David, much appreciated 🙂 You guys are super helpful here in the forums – can always count on help. Two more questions:

    1) Is it also possible to move the little “+” sign next to the text? It is still left justified.

    2) Additionally, would it be possible to encapsulate both the “+” and text into a box – so it looks like a button?

    Jonathan

    #245610
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    hi

    Add this:

    .spb-row-expand-text span::before {
      float: none;
    }
    .spb-row-expand-text span {
      background-color: #efefef;
      padding: 16px;
    }

    – Kyle

    #246200
    Jonathan
    Member
    Post count: 30

    Great, thanks Kyle.

    #246201
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Kyle!

    – David.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register