Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1173552
    ArizonCo
    Participant

    Hello,

    I am wanting to change the “Back to..” grid-like icon on the portfolio page where it has text next to it, “Back to Our Projects”.

    I have been trying to search for a solution, but have not found one as of yet. I have attached an image that shows what I am wanting. Please let me know if there is a way to accomplish this.

    Thank you,
    Amber

    #1173679
    Jade
    Moderator

    Hi Amber,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1173846
    ArizonCo
    Participant
    This reply has been marked as private.
    #1174340
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .entry-top-navigation .entry-parent {
        width: 205px;
    }
    a.entry-parent:after {
        content: " Back to our projects";
        padding-left: 5px;
    }

    Hope that helps.

    #1174798
    ArizonCo
    Participant

    Worked Perfectly, thank you!

    #1174884
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1173552 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>