• Resolved lillydufeu

    (@lillydufeu)


    Hi!
    I love the plugin!
    As simple as I wanted it to be!
    I would like to change the design to adapt it to the clients design, would it be possible to get the css classes?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter lillydufeu

    (@lillydufeu)

    Mainly I wanna change the border width, the font size and I want a rounded border. Thank yoU!

    Plugin Author Marcel Pol

    (@mpol)

    Just trying something here, it seems table elements do not show border-radius.
    The first div might need to be made more specific, but I have no idea what Avia is.

    .page-id-1931 div.avia_codeblock {
        border: 8px solid #b45f04;
        border-radius: 8px;
    }
    .page-id-1931 table.ssec-shortcode-calendar {
        border-width: 0px;
        border-color: transparent;
        margin-bottom: 0;
    }
    Thread Starter lillydufeu

    (@lillydufeu)

    Hi and thank you!
    Avia is the layout builder my theme (enfold) uses.
    Apparently ??

    The border worked, great!

    How can I adress the font size?

    I love your plugin btw, it is super easy to use. Is there any way I can buy you a coffee?

    Plugin Author Marcel Pol

    (@mpol)

    Hi,
    I think this should work.

    td.ssec-title,
    td.ssec-content {
        font-size: 15px;
    }

    And thank you, I do my best ??
    If you want you can donate with Paypal to [email protected]
    Have a good week,
    Marcel

    Thread Starter lillydufeu

    (@lillydufeu)

    Thank you! It worked perfectly!

    Sadly I dont have paypal – but if you send me a account I will send you a donation via banktransfer. You can find me on twitter @kalichtul, my ons are open

    • This reply was modified 3 years, 10 months ago by lillydufeu.
    Plugin Author Marcel Pol

    (@mpol)

    Hi, no issue, I was expecting that already.

    My account is:
    NL23INGB0754355705 with name M. Pol
    I am not that familiar with international banking, this will be enough information?

    Thread Starter lillydufeu

    (@lillydufeu)

    I just send some, so all worked out so far!

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