This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Sidebar widget styling

  • Creator
    Topic
  • #2307
    frankie1tree
    Participant

    Hi
    Really excellent theme. Is it possible to add an image into the sidebar but without the standard widget styling of a border – I would like an image to be ‘on its own’ and the width of the widgets. As you can see in the link below I have added an image in the location to give you an idea. I use Firebug but cannot easily see how to customise this and I appreciate that this is probably beyond your remit but thought I would ask anyway.
    http://www.tangramwebtesting.co.uk/suekeane/hypnotherapy/
    Thanks, Francis

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #2319
    Jason Bobich
    Keymaster

    Hello,

    You’d just use Firebug to first see what selector is effecting the widget, which would be this:

    .fixed-sidebar .widget { ... }
    .fixed-sidebar .widget .widget-inner { ... }

    And then you’d just look for something unique about your widget you could use in there like this:

    .fixed-sidebar #black-studio-tinymce-4 {
    	border: none;
    }
    .fixed-sidebar #black-studio-tinymce-4 .widget-inner { 
    	padding: 0;
    }
    #2338
    frankie1tree
    Participant

    Hello
    Superb support as always – sorted, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The forum ‘Akita Responsive WordPress Theme’ is closed to new topics and replies.