Button and table

This topic contains 3 replies, has 2 voices, and was last updated by  ab-themes 8 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15241

    Mhadz
    Participant

    Hi Support Team;

    ASAP:

    Please help to make like this that I attachment screen shot you can see all details in attachment.
    And also I send you the username and password in private.

    Your help is really appreciate.

    Thank you in advance.

    #15255

    ab-themes
    Keymaster

    Hi,

    for buttons we add class button_width on each Button element.

    After that we added this code to your style.css file:

    .tcvpb-button_blue.button_width {
        width: 100%;
    }

    For table:

    we answered on this question here:

    https://magnior.com/forums/topic/how-to-make-a-table/

    our Table element is not so extensive so please try to install this plugin,it’s free:

    https://wordpress.org/plugins/easy-table/

    Cheers

    #15278

    Mhadz
    Participant

    Hi support Team;

    Please help me to change my button mouse hover from gray to red color.
    Your reply is really appreciate.

    I attach the screen shot file and you can see the sample.

    I send you the username and password also in private.

    Thank you

    #15280

    ab-themes
    Keymaster

    Hi,

    we added this code on line 347 in your style.css file

    .tcvpb-button_blue.button_width:hover{
    	background: red;
    }

    If you want some other red color in hex code just insert instead of “red”.

    Cheers

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Button and table’ is closed to new replies.