How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Question regarding buttons

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3103
    ellis2611
    Participant

    Hello support. I have a small question. Is it possible to have the tables with just one button?

    I mean, I would like to have play button. But would like to have the review button showing as a link only below the play button.
    I know a bit css and html but dont know how to edit the functions file and how to accomplish this.

    Could you help me with this please?

    #3104
    admin
    Keymaster

    Hi ellis!

    In order to move the review button below the play button you can copy/paste the function “tablelist” from inc/addons/sc-table-list.php to your child theme functions.php and move the review button after the play button.
    Afterwards you can remove the classes “btn btn–blue btn–full” of this button (in order to remove the styling) and add your own class so you can add your own styles to the link.

    #3110
    ellis2611
    Participant

    Hey! Thank you so much for your quick help! It worked beautifully and was really easy.
    Only in mobile view the text is on the left. How can I center this?

    #3112
    admin
    Keymaster

    Hi!

    Although I’m not 100% sure what exactly you want to achieve most probably you need to adjust the grid classes.
    For example if you change col-6 -> col-12 the buttons in mobile are going to take the full width.

    #3113
    ellis2611
    Participant
    This reply has been marked as private.
    #3166
    ellis2611
    Participant

    do you have a solution?

    Thanks

    #3202
    ellis2611
    Participant

    hallo??

    #3227
    admin
    Keymaster

    Hi ellis,

    Sorry for the delayed response, I checked your source and here is the issue:

    You have to make the markup as follow:

    `

    `

    #3234
    ellis2611
    Participant

    Perfect! Thanx!

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