Okay
  Public Ticket #3833287
Next Project Styling
Open

Comments

  •  1
    100f started the conversation

    Hi!

    I wold like to apply 20px border radius to the portfolio "next project" section, so it matches the styling of the elements above.

    How can i address that?

    Thanks!

    IMG: https://postimg.cc/D8SkfcxB

  •  3,106
    Andrew replied

    Hi there,

    Thank you for getting in touch.

    Please share the link to your single portfolio page so we can look into this for you?

    We look forward to your reply.

    Regards,

  •   100f replied privately
  •  3,106
    Andrew replied

    Hi again,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .container-wrap[data-nav-pos="after_project_next_only"] .bottom_controls .parallax-layer-wrap {
        border-radius: 20px !important;
    }

    Try this and let us know how it goes.

    Thanks,

  •  1
    100f replied

    Thanks a lot!

    It works great!