<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Change Theme color Per Page</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/change-theme-color-per-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/change-theme-color-per-page/feed/</link>
		<description></description>
		<pubDate>Fri, 28 Aug 2026 05:54:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/change-theme-color-per-page/#post-27839</guid>
					<title><![CDATA[Change Theme color Per Page]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/change-theme-color-per-page/#post-27839</link>
					<pubDate>Wed, 06 Apr 2016 17:15:11 +0000</pubDate>
					<dc:creator>ariddleberger</dc:creator>

					<description>
						<![CDATA[
						<p>I have several different products on different pages, many of them have completely different color schemes than the official logo color. Is there a way I can change the accent colors on a page-by-page basis? I&#8217;d like to have one page have orange and other one blue, but I can&#8217;t since my main theme color is green for my primary product.</p>
<p>If you have a CSS code I can use to change the individual VC element color scheme that doesn&#8217;t align with the main theme color, that would work as well.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/change-theme-color-per-page/#post-27852</guid>
					<title><![CDATA[Reply To: Change Theme color Per Page]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/change-theme-color-per-page/#post-27852</link>
					<pubDate>Thu, 07 Apr 2016 08:33:18 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You could basically apply colors that will override the main theme color on a per page basis.<br />
Since doing all elements would take quite some CSS code, I would only apply the changes to the elements I am using on the particular page.<br />
You can see how all theme colors are set here: \fortuna\includes\boc_framework.php</p>
<p>Look for this line:</p>
<p><code>// Main Color</code></p>
<p>Below it you will see the CSS that gets applied to set the theme color.<br />
Basically you would override those in your Page Setting (in your Editor). <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/change-theme-color-per-page/#post-27920</guid>
					<title><![CDATA[Reply To: Change Theme color Per Page]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/change-theme-color-per-page/#post-27920</link>
					<pubDate>Mon, 11 Apr 2016 20:40:05 +0000</pubDate>
					<dc:creator>ariddleberger</dc:creator>

					<description>
						<![CDATA[
						<p>So, what code would I need to get and where would I need to put it to change the color on a per page basis? I&#8217;m not really fluent in CSS.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/change-theme-color-per-page/#post-27927</guid>
					<title><![CDATA[Reply To: Change Theme color Per Page]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/change-theme-color-per-page/#post-27927</link>
					<pubDate>Tue, 12 Apr 2016 08:18:11 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Again, below this line: // Main Color </p>
<p>You can replace this &#8216;.$boc_main_color.&#8217; with your color and place the code into your Page Settings (the Cog Wheel icon in the editor &#8211; top right)!<br />
Again&#8230; you may not need all elements changed, only the ones you use.</p>
<pre><code>a:hover, a:focus,
.post_content a:not(.button), 
.post_content a:not(.button):visited,
.post_content .wpb_widgetised_column a:not(.button):hover {	color: &#039;.$boc_main_color.&#039;; }

.post_content .wpb_widgetised_column .side_bar_menu a:not(.button):hover { color: #333; }

.boc_preloader_icon:before { border-color: &#039;.$boc_main_color.&#039; rgba(0,0,0,0) rgba(0,0,0,0); }

.dark_links a:hover, .white_links a:hover, .dark_links a:hover h2, .dark_links a:hover h3 { color: &#039;.$boc_main_color.&#039; !important; }

.side_icon_box h3 a:hover, 
.post_content .team_block h4 a:hover,
.team_block .team_icons a:hover{ color:&#039;.$boc_main_color.&#039;; }

.button:hover,a:hover.button,button:hover,input[type=&quot;submit&quot;]:hover,input[type=&quot;reset&quot;]:hover,	input[type=&quot;button&quot;]:hover, .btn_theme_color, a.btn_theme_color { color: #fff; background-color:&#039;.$boc_main_color.&#039;;}
input.btn_theme_color, a.btn_theme_color, .btn_theme_color { color: #fff; background-color:&#039;.$boc_main_color.&#039;;}
.btn_theme_color:hover, input.btn_theme_color:hover, a:hover.btn_theme_color { color: #fff; background-color: #444444;}

input.btn_theme_color.btn_outline, a.btn_theme_color.btn_outline, .btn_theme_color.btn_outline {
	color: &#039;.$boc_main_color.&#039; !important;
	border: 2px solid &#039;.$boc_main_color.&#039;;
}
input.btn_theme_color.btn_outline:hover, a.btn_theme_color.btn_outline:hover, .btn_theme_color.btn_outline:hover{
	background-color: &#039;.$boc_main_color.&#039; !important;
}

#boc_searchform_close:hover { color:&#039;.$boc_main_color.&#039;;}

.section_big_title h1 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong { color:&#039;.$boc_main_color.&#039;;}
.top_icon_box h3 a:hover { color:&#039;.$boc_main_color.&#039;;}

.htabs a.selected  { border-top: 2px solid &#039;.$boc_main_color.&#039;;}
.resp-vtabs .resp-tabs-list li.resp-tab-active { border-left: 2px solid &#039;.$boc_main_color.&#039;;}
.minimal_style.horizontal .resp-tabs-list li.resp-tab-active,
.minimal_style.resp-vtabs .resp-tabs-list li.resp-tab-active { background: &#039;.$boc_main_color.&#039;;}

#s:focus {	border: 1px solid &#039;.$boc_main_color.&#039;;}

.breadcrumb a:hover{ color: &#039;.$boc_main_color.&#039;;}

.tagcloud a:hover { background-color: &#039;.$boc_main_color.&#039;;}
.month { background-color: &#039;.$boc_main_color.&#039;;}
.small_month  { background-color: &#039;.$boc_main_color.&#039;;}

.post_meta a:hover{ color: &#039;.$boc_main_color.&#039;;}

.horizontal .resp-tabs-list li.resp-tab-active { border-top: 2px solid &#039;.$boc_main_color.&#039;;}
.resp-vtabs li.resp-tab-active { border-left: 2px solid &#039;.$boc_main_color.&#039;; }

#portfolio_filter { background-color: &#039;.$boc_main_color.&#039;;}
#portfolio_filter ul li div:hover { background-color: &#039;.$boc_main_color.&#039;;}
.portfolio_inline_filter ul li div:hover { background-color: &#039;.$boc_main_color.&#039;;}

.counter-digit { color: &#039;.$boc_main_color.&#039;;}

.tp-caption a:hover { color: &#039;.$boc_main_color.&#039;;}

.more-link1:before { color: &#039;.$boc_main_color.&#039;;}
.more-link2:before { background: &#039;.$boc_main_color.&#039;;}

.image_featured_text .pos { color: &#039;.$boc_main_color.&#039;;}

.side_icon_box .icon_feat i.icon { color: &#039;.$boc_main_color.&#039;;}
.side_icon_box .icon_feat.icon_solid { background-color: &#039;.$boc_main_color.&#039;; }

.boc_list_item .li_icon i.icon { color: &#039;.$boc_main_color.&#039;;}
.boc_list_item .li_icon.icon_solid { background: &#039;.$boc_main_color.&#039;; }

.top_icon_box.type1 .icon_holder .icon_bgr { background-color: &#039;.$boc_main_color.&#039;; }
.top_icon_box.type1:hover .icon_holder .icon_bgr { border: 2px solid &#039;.$boc_main_color.&#039;; }
.top_icon_box.type1 .icon_holder .icon_bgr:after,
.top_icon_box.type1:hover .icon_holder .icon_bgr:after { border: 2px solid &#039;.$boc_main_color.&#039;; }
.top_icon_box.type1:hover .icon_holder i { color: &#039;.$boc_main_color.&#039;;}

.top_icon_box.type2 .icon_holder .icon_bgr { background-color: &#039;.$boc_main_color.&#039;; }
.top_icon_box.type2:hover .icon_holder .icon_bgr { background-color: #fff; }
.top_icon_box.type2:hover .icon_holder i { color: &#039;.$boc_main_color.&#039;;}

.top_icon_box.type3 .icon_holder .icon_bgr:after { border: 2px solid &#039;.$boc_main_color.&#039;; }
.top_icon_box.type3:hover .icon_holder .icon_bgr { background-color: &#039;.$boc_main_color.&#039;; }
.top_icon_box.type3:hover .icon_holder .icon_bgr:after { border: 2px solid &#039;.$boc_main_color.&#039;; }
.top_icon_box.type3 .icon_holder i { color: &#039;.$boc_main_color.&#039;;}
.top_icon_box.type3:hover .icon_holder i { color: #fff; }

.top_icon_box.type4:hover .icon_holder .icon_bgr { border: 2px solid &#039;.$boc_main_color.&#039;; }
.top_icon_box.type4:hover .icon_holder .icon_bgr:after { border: 3px solid &#039;.$boc_main_color.&#039;; }
.top_icon_box.type4 .icon_holder i{ color: &#039;.$boc_main_color.&#039;; }
.top_icon_box.type4:hover .icon_holder i { color:  &#039;.$boc_main_color.&#039;; }

.top_icon_box.type5 .icon_holder i{ color: &#039;.$boc_main_color.&#039;; }
.top_icon_box.type5:hover .icon_holder i { color: &#039;.$boc_main_color.&#039;; }

a .pic_info.type11 .plus_overlay { border-bottom: 50px solid &#039;.boc_HexToRGB($boc_main_color, 0.8).&#039;; }
a:hover .pic_info.type11 .plus_overlay { border-bottom: 1000px solid &#039;.boc_HexToRGB($boc_main_color, 0.8).&#039;;}

a .pic_info.type12 .img_overlay_icon,
a:hover .pic_info.type12 .img_overlay_icon { background: &#039;.boc_HexToRGB($boc_main_color, 0.8).&#039;;}

h2.title strong {  color: &#039;.$boc_main_color.&#039;;}
ul.theme_color_ul li:before { color: &#039;.$boc_main_color.&#039;; }

.custom_slides.nav_design_1 .cs_nav_item.active .cs_nav_icon i.icon{ color: &#039;.$boc_main_color.&#039;;}
.custom_slides.nav_style_1.nav_design_1 .cs_nav_item:hover .cs_nav_icon i.icon,
.custom_slides.nav_style_1.nav_design_2 .cs_nav_item:hover .cs_nav_icon i.icon { color: &#039;.$boc_main_color.&#039;;}
.custom_slides.nav_design_2 .cs_nav_item.active .cs_nav_icon { background: &#039;.$boc_main_color.&#039;;}
.cs_nav_item.has_no_text:hover .cs_nav_icon i.icon { color: &#039;.$boc_main_color.&#039;;}
.custom_slides.nav_style_2 .cs_txt { color: &#039;.$boc_main_color.&#039;;}

.acc_control, .active_acc .acc_control,
.acc_holder.with_bgr .active_acc .acc_control { background-color: &#039;.$boc_main_color.&#039;;}

.text_box.left_border {	border-left: 3px solid &#039;.$boc_main_color.&#039;; }

.owl-theme .owl-controls .owl-nav div { background: &#039;.$boc_main_color.&#039;;}
.owl-theme .owl-dots .owl-dot.active span { background: &#039;.$boc_main_color.&#039;;}
.img_slider.owl-theme .owl-controls .owl-nav div:not(.disabled):hover { background: &#039;.$boc_main_color.&#039;;}		

.testimonial_style_big.owl-theme .owl-controls .owl-nav div:hover,
.posts_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div:hover, 
.img_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div:hover,
.content_slides_arrowed.owl-theme .owl-controls .owl-nav div:hover,
.portfolio_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div:hover	{ color: &#039;.$boc_main_color.&#039;;}

.boc_text_slider_word, .boc_text_slider_word_start { background: &#039;.$boc_main_color.&#039;; }

.post_item_block.boxed .pic { border-bottom: 3px solid &#039;.$boc_main_color.&#039;; }

.team_block .team_desc { color: &#039;.$boc_main_color.&#039;;}

.bar_graph span, .bar_graph.thin_style span { background-color: &#039;.$boc_main_color.&#039;; }

.pagination .links a:hover{ background-color: &#039;.$boc_main_color.&#039;;}
.hilite{ background: &#039;.$boc_main_color.&#039;;}
.price_column.price_column_featured ul li.price_column_title{ background: &#039;.$boc_main_color.&#039;;}

blockquote{ border-left: 3px solid &#039;.$boc_main_color.&#039;; }
.text_box.left_border { border-left: 3px solid &#039;.$boc_main_color.&#039;; }

.fortuna_table tr:hover td { background: &#039;.boc_HexToRGB($boc_main_color, 0.08).&#039;;}

.header_cart ul.cart_list li a, .header_cart ul.product_list_widget li a { color: &#039;.$boc_main_color.&#039;;}
.header_cart .cart-notification { background-color: &#039;.$boc_main_color.&#039;;}
.header_cart .cart-notification:after { border-bottom-color: &#039;.$boc_main_color.&#039;;}

.woocommerce .product_meta a { color: &#039;.$boc_main_color.&#039;;}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button { background-color: &#039;.$boc_main_color.&#039;!important; }
.header_cart .cart-wrap	{ background-color: &#039;.$boc_main_color.&#039;; }
.header_cart .cart-wrap:before { border-color: transparent &#039;.$boc_main_color.&#039; transparent; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{ background-color: &#039;.$boc_main_color.&#039; !important;}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus{ background-color: &#039;.$boc_main_color.&#039; !important;}

.info h2{ background-color: &#039;.$boc_main_color.&#039;;}
#footer a:hover { color: &#039;.$boc_main_color.&#039;;}

a .pic_info.type1 .plus_overlay {	border-bottom: 50px solid &#039;.boc_HexToRGB($boc_main_color,0.8).&#039;;}
a:hover .pic_info.type1 .plus_overlay { border-bottom: 1000px solid &#039;.boc_HexToRGB($boc_main_color,0.8).&#039;; }

a .pic_info.type2 .plus_overlay { border-bottom: 50px solid &#039;.boc_HexToRGB($boc_main_color,0.75).&#039;; }
a:hover .pic_info.type2 .plus_overlay {	border-bottom: 860px solid &#039;.boc_HexToRGB($boc_main_color,0.8).&#039;;}

a .pic_info.type3  .img_overlay_icon {	background: &#039;.boc_HexToRGB($boc_main_color,0.8).&#039;; }
a:hover .pic_info.type3 .img_overlay_icon {	background: &#039;.boc_HexToRGB($boc_main_color,0.8).&#039;;}

a .pic_info.type4 .img_overlay_icon { border-bottom: 2px solid &#039;.boc_HexToRGB($boc_main_color,0.9).&#039;;}

a:hover .pic_info.type5 .info_overlay {	background: &#039;.$boc_main_color.&#039;;}

.pic_info.type6 .info_overlay {	background: &#039;.$boc_main_color.&#039;;}
a .pic_info.type6 .plus_overlay { border-bottom: 50px solid &#039;.$boc_main_color.&#039;; }

.pic_info.type7 .info_overlay {	background: &#039;.boc_HexToRGB($boc_main_color,0.85).&#039;;}				

@media only screen and (max-width: 768px) {
	.cs_nav .cs_nav_item.active { background: &#039;.$boc_main_color.&#039; !important;}
}
</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

