• Resolved ktolman

    (@ktolman)


    Is there any way to make the View Profile link stand out more, bigger, bolder, anything? I use the gridder template and when you click an image, people are finding it hard to see the View Profile link to click. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    Custom CSS can be applied to change the styling. Here’s an example:

    #cn-gridder .cn-gridder-detail-link {
    	border: 1px solid #FFF;
    	border-radius: 8px;
    	display: inline-block;
    	font-size: 16px;
    	font-weight: 900;
    	padding: 8px 12px 6px;
    	position: relative;
    	left: 100%;
    	transform: translateX(-100%);
    	vertical-align: baseline;
    	line-height: normal;
    }

    Add the CSS to the theme’s custom CSS area in the Customizer.

    I hope this helps!

    Thread Starter ktolman

    (@ktolman)

    Thank you so much, Steven. I wish I had your talent!

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Happy to help; have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘make view profile stand out more’ is closed to new replies.