Is it possible to change the color of “Hur blir jag patient” , “Sjukvårdsförsäkring” , “Vårdgaranti” and “Privatpatient”, look here
http://hosted-wp.appli.se/blog/perago/?page_id=2389
and would it be possible to make the “right” sidebar a bit larger?
Regards,
Mikael
Hi mikaelsv!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.js_active .toggler { color: red !important; }
You can change layout to large in Enfold theme options under General Settings
Cheers!
Yigit
Thank you Jigit!
about sidebar and general settings, it’s not the overall value for the page I want to change., it’s the main area and sidebar relationships I would like to change.
Hello!
Can you post a screenshot and show how you would like to display your sidebar?
Best regards,
Yigit
Hey!
The slider plugin you’re using for the sidebar is not responsive. Please use this:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .container .nine.units {
width: 460px;
}
.acx_ppt.acx_ppt_0.acx_ppt_uid_sidebar {
max-width: 120px;
max-height: 80px;
}
.acx_ppt.acx_ppt_0.acx_ppt_uid_sidebar li img {
max-width: 120px;
max-height: 80px;
}
}
Best regards,
Ismael