Okay
  Public Ticket #3041637
Delete the text next project
Closed

Comments

  • larenkrasna started the conversation

    Hi There Could it be possible to write me a css code for deleting the text of the next project. I am sending a picture in the attachment.

    Best regards Laren

  •  8,464
    Tahir replied

    Hey larenkrasna ,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   larenkrasna replied privately
  •  8,464
    Tahir replied

    Hey Again,

    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_2] .bottom_controls .next-project span:not(.text) {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   larenkrasna replied privately
  •  8,464
    Tahir replied

    Hey Again,

    Use this instead, 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):

    .blog_next_prev_buttons[data-style=fullwidth_next_prev] .previous-post span:not(.text), .container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project span:not(.text) {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • larenkrasna replied

    Thank you Tahir it worked.

    Thank you for your kindness.

    Best regards Laren