• Hello,

    how to change the title of the sidebar style with different styles?.when im changing the style of title bar its applying styles to all titles.how to change style for particular title?

    Advance thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you provide an url to see the site?
    You can use the <body <?php body_class(); ?>> inside your code and then you can use something like this:
    body.page-id-x #sidebar h1.entry-title{ css custom rules goes here}
    Let me know if this help you

    Mario

    Thread Starter vijayzzz

    (@vijayzzz)

    Hi maritin

    https://www.solitontech.com/blog/

    Exactly where have to place the code.i have to place on sidebar.php?

    Tell me for example which title you like change?
    So, i’ll can help you quickly

    Thread Starter vijayzzz

    (@vijayzzz)

    want to remove background-color of 1st two titles and to have stylish search textbox

    To remove the backgound or change the background of the first two titles you can add this into style.css

    .widget_area #search-3 .widget h3, .widget_area #blog_subscription-4 .widget h3 {
          background: #somecolor;
    }

    With this you will change the first two background color like you need.
    Let me know if works

    Mario

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘changing of titlebar style in sidebar’ is closed to new replies.