• I’m using the Tempera theme for my word press site and am finding in incredibly frustrating that I cannot change the font & colour of the head widget (which is where my subscription button is) and that I cannot change the layout so that the subscribe button appears next to the email address box as opposed to under it. Any suggestions?

    The website is: https://www.capetown2calcutta.com

Viewing 1 replies (of 1 total)
  • try and use a browser inspection tool to find the specific CSS for the section, and use that for the formatting;

    examples:

    #header-widget-area .widget-title { font-family: arial, sans-serif; color: red; }
    #header-widget-area form { color: pink; }
    #header-widget-area .widgetGuts p { color: yellow; }
    #header-widget-area form input { float: left; min-height: 22px; max-height: 37px; }

    you might need to add more CSS, possibly using @media queries, to make the layout consistent in narrow browser windows.

    to get theme specific suggestions, please post in https://www.ads-software.com/support/theme/tempera#postform

Viewing 1 replies (of 1 total)
  • The topic ‘Having problems with my subscription button layouts’ is closed to new replies.