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

    Hi. I would like to know how I could customise the appearance of widget areas…specifically the Events Calendar I have added on the page (under ‘WHAT….?’). As you see the title is not centred and I would possibly like to add a background colour to it, change font size & padding. Any help would be greatly appreciated. Thank you.

    #478587

    Hey evdesignstudio!

    I’m not sure exactly what you want it to look like but you can try the following in Quick CSS:

    #tribe-events-list-widget-2 .entry-title {
      text-align: center;
    }
    
    #tribe-events-list-widget-2 {
      background-color: yellow;
      padding: 10px;
    }

    Regards,
    Rikard

    #478823

    Thank you so much!
    That did the job! :-)

    #479038

    Hi!

    Great, glad we could help :-)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customise Widget Area’ is closed to new replies.