Home Forums Arnold WordPress Theme divider for category title on mouseover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11788
    nikiniki9doors
    Participant
    Purchased
    Expired

    is there a way to place a | between each category you select for a portfolio piece? Otherwise it looks like one long word. Thanks 🙂

    #11790
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi, it should be possible, please let me know which template you talked? 🙂

    If you talk the tempalte “Custom Grid”,
    Please login wp-admin, go to Appearance / Theme Options / Custom Css
    Paste the style code to Custom Css:

    .grid-item-cate-a {
    	position: relative; padding: 0 5px;
    }
    .grid-stack-item .grid-item-cate-a:after {
    content: '';
        position: absolute;
        right: -3px;
        top: 50%; 
        width: 1px;
        height: 1em;
        margin-top: -.5em;
        background-color: currentColor;
    }
    .grid-stack-item .grid-item-cate-a:last-child:after {
    	display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.