Will this plugin be updated to support media queries? (essential now). Tested extensively, they don’t take affect using this plugin.
https://www.ads-software.com/plugins/custom-css-for-pages-and-posts/
]]>Paste this code in the experiment immediately after <head> tag.
Please make another window for the code.
Need for experimentation Google (split test)
https://www.ads-software.com/plugins/custom-css-for-pages-and-posts/
]]>Hi,
first I’d like to say thanks for a great Plugin!
I am trying to add a forum to a website which was set up by someone else using the bbPress Plugin.
I would like to change the way the my forums are displayed without messing up the layout of the rest of the website!
I managed to use the Plugin (Custom CSS for Pages and Posts) to change the position and width of my bbPress Forum
by adding the following code the the Page used to display [bbp-forum-index]
please see: https://kwetufilminstitute.com/rmp/classes/
*/
.coursdettext, .contentholder {
width: 1000px;
float: center;
}
/*
unfortunately this only works for the root/general forum.
All other forums are still displayed:
*/
.coursdettext, .contentholder {
width: 526px;
float: left;
}
/*
as it is written in the themes styles.css!
Please see:
https://kwetufilminstitute.com/rmp/classes/forum/design-of-video-and-audio-products/
Changing the themes style.css is not an option because it would mess up the layout of other pages.
I have tried editing bbp.css with no luck and was hoping to find a simple solution using a plugin.
Anyone have any ideas? Many thanks in advance!!!
Cheers, Fxam
https://www.ads-software.com/plugins/custom-css-for-pages-and-posts/
]]>Insert this code:
—-
.nav-menu li.current_page_item > a, .nav-menu li.current-page-item > a, .nav-menu li.current_menu_item > a, .nav-menu li.current-menu-item > a {
background-color: #702411;
}
—-
Maintain and update a page, look out the window and I see there is another code:
—-
.nav-menu li.current_page_item > ; a, .nav-menu li.current-page-item > ; a, .nav-menu li.current_menu_item > ; a, .nav-menu li.current-menu-item > ; a {
background-color: #702411;
}
—-
And this code does not work.
Automatic plugin replaces signs and then the code does not work.
( > ) ( > ; )
PS
Wrote on your site but there comments are not sent.
https://ahjira.com/plugins/custom-css-for-pages-and-posts/
https://www.ads-software.com/plugins/custom-css-for-pages-and-posts/
]]>