Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #172960

    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

    #173077

    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

    #173122

    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.

    #173152

    Hello!

    Can you post a screenshot and show how you would like to display your sidebar?

    Best regards,
    Yigit

    #173160
    This reply has been marked as private.
    #173417

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change text color on toggles’ is closed to new replies.