COLOR FONT AND MOBILE BUTTON

Home Forums Guestbook Add-On COLOR FONT AND MOBILE BUTTON

Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #365
    DaniD
    Participant

    Hi,
    I need help with a couple of things:

    Dicono di me

    – the text in the metabox does not read everything. the font color is too light, moreover the first word “like” is not read at all because it is white on white. So I would like the black text.

    – in the footer I used the wiget gwolle guestbook, also in this case I can’t change the font color, it reads just because it is gray on a black background.

    – on mobile the “send” button disappears

    I hope you can help me, thank you very much
    Daniela

    #372
    Marcel Pol
    Keymaster

    Hi,
    Thank you, interesting theme :)
    I will do my best to update some CSS for this theme.
    For the submit button, you can use this PHP code:

    
    function my_gwolle_gb_button_class( $classes ) {
    	// $classes is a string
    	$classes .= ' wpcf7-form-control wpcf7-submit';
    	return $classes;
    }
    add_filter( 'gwolle_gb_button_class', 'my_gwolle_gb_button_class', 10, 1 );
    #376
    DaniD
    Participant

    Hi, thanks! :-)

    Unfortunately the code doesn’t work, nothing has changed …

    Unfortunately the code doesn’t work, nothing has changed …
    but I think I inserted it in the wrong place … excuse my question, but can you tell me where to insert it?
    Thank you

    #380
    Marcel Pol
    Keymaster

    Hi Daniela,
    The code is PHP code. You can add it to functions.php of your active theme.
    If you are using a downloaded theme it is better to create a child theme first and edit that. That way the files will not be overwritten by an update.

    Can you manage?

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