How do I hide information from a user profile page?
-
I bought a theme that uses a pre-set profile page and it contains two items that I do not want available on that page. They told me where the php code is for this, but won’t tell me what to change it to. This is where they said the code is located – directory/wp-content/themes/Directory/author.php – That code is below.
Is there anyone willing to help me do this? There are two “tabs” that I want removed. Listing and Post.
** 5. Author Page
*/
.author-page .social_media ul li a:hover i,
.user .social_media ul li a:hover i { border-color: #000; color: #000; }
.author_cont .author_photo { border-color:rgba(0, 0, 0, .13) }
.author_cont .author_photo img { display:inline-block; width:auto }
body h1.loop-title, body h1.page-title { font-size:30px; padding-bottom:10px; margin-bottom:10px;}
body .author_cont .author_photo { border-color:rgba(0, 0, 0, .13) }
body .author_cont .author_photo img { display:inline-block; width:100%; float: left;}
.author_cont .bottom_line a { color:#666 }
.author_cont .bottom_line a:hover { color:#0165BD; }
.author_cont .bottom_line { color:#000; font-size:12px }
.author_price_details { clear:both }
.city_image #footer .footer_top { border-top:none }
#content .people_info h3 { font-size:18px; font-weight:700; margin:0 0 6px }
.author_custom_post_wrapper ul li { margin-right:6px; margin-bottom: -2px; }
.author_custom_post_wrapper ul li.normal { margin-right:10px }
#content .peoplelisting li { border-bottom:1px solid rgba(0, 0, 0, .13) }
#content .peoplelisting li h3 span.total_homes { font-weight:400 }
#content .peoplelisting li h3 span.total_homes a { font-weight:700 }
#content .people_info .links .profile { padding:0 }
.author_custom_post_wrapper ul li a { background:#fafafa /; background:rgba(0, 0, 0, .05); border-width:2px; border-color:rgba(0, 0, 0, .13); border-bottom: 2px solid transparent; font-size:14px; color:#444; text-transform:none; padding:12px 12px 11px }
.author_custom_post_wrapper { border-bottom:2px solid #ccc /; border-bottom:2px solid rgba(0, 0, 0, .13) }
.author_custom_post_wrapper ul li a.nav-author-post-tab-active { border-bottom-color: #fff; margin-bottom:-1px; }
.author_cont .author_photo img { max-width:265px; width:100%; }/*
- The topic ‘How do I hide information from a user profile page?’ is closed to new replies.