Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1050370

    Hello, is it possible to add an icon just before the “text” of the portfolio title?
    Thank you, Carmen

    #1050409

    Hey carmen,
    Yes you can with some css like this:

    .create:before{
        content: "";
        display: block;
        background: url('icon_image.jpg') no-repeat;
        width: 25px;
        height: 25px;
        float: left;
    }

    But in order to assist further, we will need to know the url to the page and if it’s the same icon for every title or just one, and the icon you wish to use.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.