portfolio permalinks – ThemeTon – Support http://themeton.com/support/forums/topic/portfolio-permalinks/feed/ Sun, 28 Apr 2024 00:36:37 +0000 https://bbpress.org/?v=2.6.9 en-US http://themeton.com/support/forums/topic/portfolio-permalinks/#post-17598 <![CDATA[portfolio permalinks]]> http://themeton.com/support/forums/topic/portfolio-permalinks/#post-17598 Tue, 12 Jul 2016 19:38:57 +0000 brennaahern Is there any way to delete /portfolio/ from the permalink of a portfolio item?

]]>
http://themeton.com/support/forums/topic/portfolio-permalinks/#post-17666 <![CDATA[Reply To: portfolio permalinks]]> http://themeton.com/support/forums/topic/portfolio-permalinks/#post-17666 Wed, 20 Jul 2016 02:11:30 +0000 Usuhuu Dear customer

If you want to delete the permalink on portfolio item,  first, you should select-dashboard theme option. Second, you should select custom css(General) and paste the folloing code on it, press the save all changes button.

.entry_hover div:last-child {

position: absolute;

left: 50%;

font-size: 24px;

margin-left: -18px;

top: 50%;

margin-top: -23px;

height: 24px;

width: 24px;

}

.entry_hover div:first-child {

position: absolute;

left: 50%;

font-size: 24px;

margin-left: -53px;

top: 50%;

margin-top: -23px;

height: 24px;

width: 24px;

display:none;

}

Best regards

Themeton

 

]]>