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

    Hi all,
    I need to change in the enfold quick css a class.
    Here the code:
    <div class=”availableslot”>8:00<span class=”ahb_slot_availability”><span class=”p”>ahbslotavailabilityP</span><span class=”t”>ahbslotavailabilityT</span></span></div>

    This class is designing a slot with a gray background but it doesn’t fit with my primary color type.
    Please can you provide us the quick css to display a background to white.

    Thanks for help!

    #1150804

    Hey jb84,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1150842

    thanks for answer
    Link in private.
    You will see a calendar page
    Under the calendar you will see time slot.
    My problem is the color font text in the time slot: text can’t be read easily. So need to change the slot background.

    #1150888

    Hi jb84,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #fbuilder .slots div a {
        background: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1150894

    It’s perfect thanks a lot!

    #1150916

    Hi jb84,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1150917

    Hi jb84,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.