Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #548956

    hi,
    can you help me remove styling from accordion. I would like toggler and content to be without any color or border.
    thanks much

    #548959

    Hi motza!

    can you provide us a link showing the elements in question please?

    Regards,
    Andy

    #548978

    Hi Andy,
    Below are screenshots of an accordion. As you can see they have a border and hover effect once you scroll over. Also when expended there is background color in the content area. I would like it to be without any background or border or hover effect. Just for text to be visible.

    Best

    img1 https://drive.google.com/file/d/0B10lMzs2pU0JMHJZdnM1bUZaNHM/view?usp=sharing

    img2 https://drive.google.com/file/d/0B10lMzs2pU0JYUdqLU9pNzJpXzA/view?usp=sharing

    #549527

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #549536

    It is firstplayinfantmassage.com
    Thanks

    #549819

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color .toggle_content,.main_color .toggler:hover {
        background: white;
    }
    

    Best regards,
    Yigit

    #549959

    Thanks Yigit,

    That worked, but there is still a border once page loads. It disappears once you hover, but is there css to remove border completely ? Also is possible to remove plus icon and little square box?

    Thanks a million

    #553004

    Hey!

    can you provide us a precise link where we can find and inspect the elements in question? I checked link you have provided but did not find any accordion element.

    Best regards,
    Andy

    #553439

    Hi Andy, thanks for follow up.
    I actually fixed it by adding
    .toggler .toggle_icon{ display:none;} to Yigit’s recommendation.
    text inside is not perfectly aligned in the middle (even though i have: .toggler { text-align: center !important; } ) but i guess thats because there is still an icon or a box around and its not just visible. not a big deal i guess. if you know a quick fix please advise if not its ok.

    my main question is how to force a website to resize sooner than its set? So, for example, when viewing on a tablet -portrait view some of my text gets cut by another column. Viewing on 10 inch tablet
    thanks

    #556090

    Hi!

    you need to work with media queries to control different behavior on different screen sizes: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Cheers!
    Andy

    #576900

    thanks, you may close this

    #577544

    Hi,

    Ok thanks, closing this thread.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘alternate color for an element’ is closed to new replies.