Sp-portfolio - Question | JoomShaper

Sp-portfolio

H

hitchio

Extension 2 years ago

hi! i try to style the portfolio using css. but this isn´t working:

.sp-simpleportfolio-meta h4{
  color: #a9a9a9 !important;
}

also i don´t know how to change the background-color on hover. as soon as i put in

.sp-simpleportfolio-info{
  background-color: #3b3b3b;
  font-size: 12px;
}

… hover-effect is gone.

0
6 Answers
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #31840

Hello

Thank you for your query. Can you share your site URL please? That will be helpful.

For the second code, you need to add ":hover" after the class ".sp-simpleportfolio-info" to get the hover effect.

.sp-simpleportfolio-info:hover {
  background-color: #3b3b3b;
  font-size: 12px;
}
0
H
hitchio
Accepted Answer
2 years ago #31858

write you hidden.

0
H
hitchio
Accepted Answer
2 years ago #31860

problem solved. i have to put the css under custom css. i put it beside the portfolio-page directely.

0
H
hitchio
Accepted Answer
2 years ago #31862

hi! the question about the bacl-button from viewing still exists however. thanks

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #31876

Hello

Thank you for your response. Could you kindly specify about the back button problem that you mentioned? That would be helpful for better understanding.

0
H
hitchio
Accepted Answer
2 years ago #31877

if you click "view" to see more information avout a project, there´s no back-button to overview. https://www.dropbox.com/s/sgqjzolarqzwow7/back_but_missing.png?dl=0

0