Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter flwebnet

    (@flwebnet)

    I would also like to customize my buttons. I would like buttons with 3d bevel and shadow. Can you please tell me how to do this?

    Thank you,
    Dennis

    Plugin Author Vova

    (@gn_themes)

    Hi Dennis,

    all I can tell you is – you need to use buttons and headers with custom css classes and modify it with custom css.

    For example:

    [heading class="my-custom-heading"] Heading text [/heading]

    Custom CSS (at plugin settings page)

    .su-heading.my-custom-heading {
      /* Here you can customize the heading with custom class */
      box-shadow: 0 2px 5px #333;
    }
    Thread Starter flwebnet

    (@flwebnet)

    Thank you for your quick response. One more question. How do I fix the location of the buttons so they stay in one position in relation to the background?

    Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom header’ is closed to new replies.