Hi,
I am trying to center the Image and Text in the Simple Portfolio Module, without any success. I found another forum question that said to use:
.sp-simpleportfolio .sp-simpleportfolio-img {
margin: 0 auto;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 > a {
text-align:center!important;
}
I am also trying to get rid of the meta data on the item page and have the text full width. I have tried this suggested css:
.sp-simpleportfolio .sp-simpleportfolio-meta {display:none;}
.sp-simpleportfolio .sp-simpleportfolio-description {
width: 100%;
float: none;}
But none of this works for me using Investa Template.
I would also like to remove the background colours and change the text colour.
Please can you tell me the css that I need to use?
Kind regards
Claire :-)