Okay
  Public Ticket #2500615
Translating "Previous Project" and "Next Project" in portfolio
Closed

Comments

  •  7
    justesara started the conversation

    Hi guys!

    I can't seem to translate "Previous Project" and "Next Project" at the end of every item in my portfolio... I've tried with Say What, it is not working (I know it is case sensitive).

    Could someone pleeeeeease help me... :((

    If its easier, I could just get rid of these words or the whole option! 

    Thanks

    Sara

  •  8,699
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #portfolio-nav #prev-link a span {
        display: none !important;
    }
    #portfolio-nav #next-link a span {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  7
    justesara replied

    Hi Tahir!

    Thank youuuuuu so much! :))

    It didn't work when I put the CSS code in the Salient Options panel, but it worked perfectly in the Custom CSS setting directly in the page setting.

    You are my savior, thank you for your awesome support!

    Sara

  •  8,699
    Tahir replied

    Glad to be of help.

    Thanks


    ThemeNectar Support Team