Hi, I would like to get rid of all the meta in my portfolio items page, the social buttons, the little squares and the next project words, I would also like to place my picture higher but I cannot find this anywhere. Thank you
You may use the following Custom CSS Code to accomplish this request.
/*Removes the Social Icon Container*/
.single-portfolio div.col.span_3.col_last {
display: none;
}
/*Removes The All Portfolio Items Element*/
.single-portfolio #all-items a {
display: none;
}
/*Removes The Next Link Button Text*/
.single-portfolio #next-link a {
display: none;
}
/*Reduces The Height Of The Page Wrapper To Bring The Image Up*/
.single-portfolio div#page-header-wrap {
height: 210px !important;
}
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard.
Please let me know if there are any more questions that I may answer for you.
Thank you for your fast response Andrew! The social icons and the height are ok now, but the all items and the next link are still there. It is ok to leave them there but then I want to change the color... is this possible?
Hi, I would like to get rid of all the meta in my portfolio items page, the social buttons, the little squares and the next project words, I would also like to place my picture higher but I cannot find this anywhere. Thank you
Hi Ronny,
Thanks for contacting us regarding your query.
You may use the following Custom CSS Code to accomplish this request.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard.
Please let me know if there are any more questions that I may answer for you.
Cheers!
Thank you for your fast response Andrew! The social icons and the height are ok now, but the all items and the next link are still there. It is ok to leave them there but then I want to change the color... is this possible?
Tnx
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Works great! Thank you!!!