• tmmslynn

    (@tmmslynn)


    I would like to change the color of specific sidebars. For example, on my home page I would like to have the right sidebar (Primary sidebar) to be transparent, but the main one and left one (secondary) be white. But I would like to change this to different settings for each page using CSS edit.

    Is there an easy way of doing this? When I try to change it, it changes it for all 3.
    my site is https://www.tmmslynn.com

    Thanks

Viewing 1 replies (of 1 total)
  • Hello,
    For different sidebar layout in different pages, you can go to Dashboard=> Pages => Select a page, then on the bottom of the page select the layout of the sidebar and page as a whole.

    And for the css, you can check the id of the page you want to modify. (You can see the id, on the all pages section). Then go to Dashboard => Appearance => Customize => Theme Options => Custom Css => and paste the css there
    for example if you want the page with id 2 to have a side bar with no background color or background color to blend with container background use

    .page-id-2 .widget-area .widget{
    background-color: #F1F1F1;
    }

    note: If you have any queries, you could post your queries on the themes official forum :- https://catchthemes.com/support-forum/

    regards,
    bplv

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of each sidebar and the primary to 3 different colors’ is closed to new replies.