Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #429184

    hi, i changed the css for the widget title. Now i have a backgroundcolor. My question… Is it possible to have a different css for the footer widget title? In this cas i want the standard css.

    thx for help

    #429503

    Hey suchfin!

    Thank you for using our theme.

    You can specify more precise where to change the widget titles by adding the surrounding container like:

    For the sidebar use:

    
    .sidebar .widget .widgettitle {
    
    }
    

    and for the footer:

    
    #footer .widget .widgettitle {
    
    }
    

    Best regards,
    Günter

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