Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #517379

    Hi Guys,

    I am really enjoying playing around with the drag n drop facility in your theme as I search for the perfect page to then use as a template for others.

    Can you please look at the page here:
    https://lavitrineduvin.com/2015/10/09/sommieres/
    I have all the key information in a very narrow field so the customer doesn’t need to scroll. However, I would like the Accordians to be outlined in the chosen theme green colour I am using to make them stand out more on the page. How can I do this or can you help?

    Many thanks!

    Belenenses

    #517383

    Hi belenenses!

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

    p.toggler.activeTitle * {
        color: white;
    }
    p.toggler.activeTitle {
        background-color: orange;
    }

    If that is not what you meant, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    #517437

    Hi Yigit,

    Thanks for your reply. That was very useful.

    I have changed the colors and I am half way there and need your help to finish the effect.

    If you place the cursor over the new green color box, you cannot see the text. What code needs to be added to make the text turn #83a83d colour when hovered over?

    Thanks!

    Belenenses

    #517442

    Hey!

    Please add following code to Quick CSS as well

    p.toggler.activeTitle strong:hover {
        color: #83a83d;
    }

    Best regards,
    Yigit

    #517510

    Hello again Yigit,

    Thanks.

    Take a look now. The hover is fine so long as you touch the text – otherwise the text doesn’t show.

    Any solution?

    Thanks again!

    Belenenses

    #517511

    Hi!

    Please change the code to following one

    p.toggler.activeTitle:hover strong {
        color: #83a83d;
    }

    Regards,
    Yigit

    #517526

    Hi Yigit,

    That’s done the trick – many thanks!

    Belenenses

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Accordian issue’ is closed to new replies.