• Resolved an2design4c

    (@an2design4c)


    How can I change the hover color on the buttons?
    Also, I know some themes come with built-in markup and formatting for tables. Is there any such function in Pique?
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @an2design4c,

    How can I change the hover color on the buttons?

    There isn’t a built-in option to change the colour of the buttons on hover but you can make changes like that using custom CSS.

    To add custom CSS, you can use Jetpack’s custom CSS module. Alternatively, you can set up a child theme or activate a custom CSS plugin.

    If you share a link to your site, as well as the specific buttons that you’re trying to customise, I’ll be happy to help further.

    Also, I know some themes come with built-in markup and formatting for tables. Is there any such function in Pique?

    You can use the theme’s “Grid Page” template to display child pages in columns on a parent page.

    Additionally, the theme does have some special markup to align text to the right of a panel:

    <div class="overlay alignright">
    This overlay will be aligned to the right-hand side of its panel.
    You can add any content you'd like here.
    </div>

    You can read more about both those options under the Grid Template and Special Formatting sections of the theme’s documentation:

    https://wordpress.com/themes/pique/

    There isn’t any other special markup to use to make tables or columns outside of those options.

    Depending on what you’re trying to achieve, you could attempt the HTML for tables/columns yourself or browse the plugin repository for a plugin that will help generate the code for you.

    If you let me know some more specifics of what you are attempting to accomplish, I’ll be happy to guide you further.

    Thread Starter an2design4c

    (@an2design4c)

    Thanks for the info.

    You’re most welcome! Feel free to start another thread if extra questions come up.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hover Color and Table’ is closed to new replies.