noahawaii Posted April 16, 2022 Share Posted April 16, 2022 Site URL: https://noahlangphotography.com/blog/hiking-ice-and-island-lake-san-juan-colorado I can't seem to get it with this simple css fix. a.author-website { display: none !important; } It works when I'm inspecting the element, but not when I try and apply to the back end of my site. The bottom of that blog page is one example but it's on all of the blog pages. Link to comment
creedon Posted April 16, 2022 Share Posted April 16, 2022 That info is coming from your Profile on < https://account.squarespace.com/ >. If you don't want to alter your profile then you'd need to use CSS to hide that bit. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
noahawaii Posted April 16, 2022 Author Share Posted April 16, 2022 I understand that it's coming from the profile but I'm just trying to hide the url. The css I pasted above didnt work for me. Link to comment
creedon Posted April 16, 2022 Share Posted April 16, 2022 Got ya! Apologies. Try the following. .blog-item-wrapper .author-website { display : none; } This is for v7.1. Your issue may have been a CSS specificity issue. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
noahawaii Posted April 16, 2022 Author Share Posted April 16, 2022 that seemed like it did it thanks! creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment