Okay
  Public Ticket #2332220
Hide the Navigation on a fullscreen layout portfolio item
Closed

Comments

  •  11
    Eshen started the conversation

    Please see the attached image, I have two questions about the fullscreen layout:

    1. is it possible to hide the navigation in the bottom right? 

    2. how to change the title font size (trying to make it smaller) here?

    Thank you.

  • [deleted] replied

    Hi Eshen,

    1— Can you please add the code below to your Custom CSS area:

    .single-portfolio-holder .portfolio-navigation.right-side {
        display: none;
    }

    Or if you want that CSS code to be valid only for that page just put the code int the Parameters and Options > Custom CSS area.

    2— Here is the selector:

    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo h3

    Just do this: https://d.pr/v/HN9JGw

    Have a nice day!