color - Acme Themes https://www.acmethemes.com/supports/topic-tag/color/ Best Premium and Free Responsive WordPress Themes Fri, 23 Dec 2022 15:38:40 +0000 en-US hourly 1 https://i0.wp.com/www.acmethemes.com/wp-content/uploads/2016/07/cropped-acmethemes.png?fit=32%2C32&ssl=1 color - Acme Themes https://www.acmethemes.com/supports/topic-tag/color/ 32 32 100683744 slideInUp3 btn Color and Animation on Hover https://www.acmethemes.com/supports/topic/slideinup3-btn-color-and-animation-on-hover/ Fri, 23 Dec 2022 15:38:40 +0000 https://www.acmethemes.com/supports/topic/slideinup3-btn-color-and-animation-on-hover/ Hello. Love this theme by the way! I have added css in the customizer to change the color and look of the button… /* .slideInUp3 { background-color: #6aaa4c; border-radius: 50px; line-height: 50px; border: 1px solid #ffffff; } */ I am stumped as to how to use css to make the animation currently used in the […]

The post slideInUp3 btn Color and Animation on Hover appeared first on Acme Themes.

]]>
Hello. Love this theme by the way!

I have added css in the customizer to change the color and look of the button…
/*
.slideInUp3 {
background-color: #6aaa4c;
border-radius: 50px;
line-height: 50px;
border: 1px solid #ffffff;
}
*/

I am stumped as to how to use css to make the animation currently used in the button (on hover) to match the above (border-radius: 50px, line-height: 50px, border: 1px solid #ffffff), but using a different background color. Can you help please?

Thanks so much up front!

The post slideInUp3 btn Color and Animation on Hover appeared first on Acme Themes.

]]>
105232
Page Colour change https://www.acmethemes.com/supports/topic/page-colour-change/ Sun, 11 Dec 2022 11:28:55 +0000 https://www.acmethemes.com/supports/topic/page-colour-change/ I am trying to change the page colour of my theme (child theme). I changed the colour in the Layout/ Design area of the customisation. But it is only the background of the sidebar that changed. The writing on my webpage has a different colour (white) with the sidebar colour of the same pages. Please […]

The post Page Colour change appeared first on Acme Themes.

]]>
I am trying to change the page colour of my theme (child theme). I changed the colour in the Layout/ Design area of the customisation. But it is only the background of the sidebar that changed. The writing on my webpage has a different colour (white) with the sidebar colour of the same pages. Please how do i change the colour of the article on my page to match the one on thee side bar? Is there a CSS code anyone could share to do this?

The post Page Colour change appeared first on Acme Themes.

]]>
105132
theme Online Shop background color. https://www.acmethemes.com/supports/topic/theme-online-shop-background-color/ Sun, 17 Oct 2021 17:11:51 +0000 https://www.acmethemes.com/supports/topic/theme-online-shop-background-color/ Hello, I was attempting to use your theme Online Shop for one of our offshoot websites but needed to change the primary navigation’s background color. I can’t get any css to work on it. . . I was curious what I was doing wrong. Or do I need to go into the style-sheet to change […]

The post theme Online Shop background color. appeared first on Acme Themes.

]]>
Hello, I was attempting to use your theme Online Shop for one of our offshoot websites but needed to change the primary navigation’s background color. I can’t get any css to work on it. . . I was curious what I was doing wrong. Or do I need to go into the style-sheet to change it? I tried adding custom css to the additional css section in the customize menu but no changes happened.

.main-navigation, .main-navigation ul ul {
background-color: #ff0000;
}

The post theme Online Shop background color. appeared first on Acme Themes.

]]>
99735
color of theme https://www.acmethemes.com/supports/topic/color-of-theme/ Mon, 17 Feb 2020 18:18:25 +0000 https://www.acmethemes.com/supports/topic/color-of-theme/ Hello please, where do I change the theme colors?

The post color of theme appeared first on Acme Themes.

]]>
Hello please, where do I change the theme colors?

The post color of theme appeared first on Acme Themes.

]]>
76234
Change the fontcolor of special left menu (css) https://www.acmethemes.com/supports/topic/change-the-fontcolor-of-special-left-menu-css/ Tue, 05 Feb 2019 13:03:29 +0000 https://www.acmethemes.com/supports/topic/change-the-fontcolor-of-special-left-menu-css/ Hi, How do I use “Additional CSS” in order to change the font-color in the special left menu? I have tried with all these, but can’t get the font-color to change: .menu-item, .menu-item-type-taxonomy, .menu-item-object-product_cat, .menu-item-has-children, .menu-item-400, .sub-menu { color:blue; } Changing background-color is wokring, but not the font-color. Can you please guide me in how […]

The post Change the fontcolor of special left menu (css) appeared first on Acme Themes.

]]>
Hi,

How do I use “Additional CSS” in order to change the font-color in the special left menu?
I have tried with all these, but can’t get the font-color to change:

.menu-item, .menu-item-type-taxonomy, .menu-item-object-product_cat, .menu-item-has-children, .menu-item-400, .sub-menu {
	color:blue;
}

Changing background-color is wokring, but not the font-color.

Can you please guide me in how to get this done?

The post Change the fontcolor of special left menu (css) appeared first on Acme Themes.

]]>
45094
Where within CSS code does it go? https://www.acmethemes.com/supports/topic/where-within-css-code-does-it-go/ Wed, 07 Feb 2018 16:00:23 +0000 https://www.acmethemes.com/supports/topic/where-within-css-code-does-it-go/ Hello, Below is the conversation about changing text color and size within Education base. Can you please tell me exactly where within the CSS do I put the programming you provided? Before and after which section please. I don’t want to break the CSS by putting it in the wrong spot of the code. Thank […]

The post Where within CSS code does it go? appeared first on Acme Themes.

]]>
Hello,

Below is the conversation about changing text color and size within Education base.

Can you please tell me exactly where within the CSS do I put the programming you provided?

Before and after which section please.
I don’t want to break the CSS by putting it in the wrong spot of the code.

Thank

>>>>>>>>>>>>>
How do I change the text color throughtout the website?
Also, how to change the size of regular content text?
And to change the text link colors?

Hello,
Most of the options are available on the premium version theme Education Base Pro.
Or you can try following custom CSS.

.entry-content p, li {
color : #000;
}
a{
color: blue;
}

Best Regards!
Acme Themes

The post Where within CSS code does it go? appeared first on Acme Themes.

]]>
25144
Background colour of sticky header https://www.acmethemes.com/supports/topic/background-colour-of-sticky-header/ Thu, 23 Nov 2017 09:49:49 +0000 https://www.acmethemes.com/supports/topic/background-colour-of-sticky-header/ I am planning to use this theme for the website of an amateur photographer. Can you tell me where I can find the CSS that controls the background colour of the sticky header?

The post Background colour of sticky header appeared first on Acme Themes.

]]>
I am planning to use this theme for the website of an amateur photographer. Can you tell me where I can find the CSS that controls the background colour of the sticky header?

The post Background colour of sticky header appeared first on Acme Themes.

]]>
22178
CSS Colors on Responsive Menus https://www.acmethemes.com/supports/topic/css-colors-on-responsive-menus/ Mon, 22 May 2017 15:49:04 +0000 https://www.acmethemes.com/supports/topic/css-colors-on-responsive-menus/ Hello, I am trying to change from a dark to a light treatment for the background of the menus. I have been able to change the colors of the desktop menu, but when it goes responsive, the colors for fonts revert to their original. I’ve tried to identify the right CSS to tweak the colors, […]

The post CSS Colors on Responsive Menus appeared first on Acme Themes.

]]>
Hello,
I am trying to change from a dark to a light treatment for the background of the menus. I have been able to change the colors of the desktop menu, but when it goes responsive, the colors for fonts revert to their original. I’ve tried to identify the right CSS to tweak the colors, but haven’t been able to find it. Site is http://agapechristi.com. Thank you!

The post CSS Colors on Responsive Menus appeared first on Acme Themes.

]]>
17339
Color Change In Version 1.5.1 https://www.acmethemes.com/supports/topic/color-change-in-version-1-5-1/ Thu, 18 May 2017 03:01:18 +0000 https://www.acmethemes.com/supports/topic/color-change-in-version-1-5-1/ I have been using this theme for the past several years and think it’s fabulous, upgrades are a breeze and it’s very stable. One thing I truly have loved about it is the default color scheme fits perfectly, the extra CSS I added stays puts too. I now see that upgrading to version 1.5.1 is […]

The post Color Change In Version 1.5.1 appeared first on Acme Themes.

]]>
I have been using this theme for the past several years and think it’s fabulous, upgrades are a breeze and it’s very stable.

One thing I truly have loved about it is the default color scheme fits perfectly, the extra CSS I added stays puts too.

I now see that upgrading to version 1.5.1 is going to change the site wide color scheme to blue. Not that I have a problem rolling up my sleeves and customizing it back to the original color, but is there a quick fix or should I simply overwrite the new CSS file and replace 1.4.1 with 1.5.1.

Thank you,

The post Color Change In Version 1.5.1 appeared first on Acme Themes.

]]>
17194
Breaking News Box Color https://www.acmethemes.com/supports/topic/breaking-news-box-color/ Fri, 31 Mar 2017 21:14:53 +0000 https://www.acmethemes.com/supports/topic/breaking-news-box-color/ Hello, Can you please tell me how to change Breaking News Box Color only? I can see the option to change the color but it changes everything else. I only need to change color of Breaking News Box to Red. Thank you,

The post Breaking News Box Color appeared first on Acme Themes.

]]>
Hello,

Can you please tell me how to change Breaking News Box Color only?

I can see the option to change the color but it changes everything else. I only need to change color of Breaking News Box to Red.

Thank you,

The post Breaking News Box Color appeared first on Acme Themes.

]]>
15522
color problems https://www.acmethemes.com/supports/topic/color-problems/ Mon, 22 Aug 2016 03:42:54 +0000 https://www.acmethemes.com/supports/topic/color-problems/ i cant change the color scheme i want to have the same that supermag but the change dont execute, in the theme

The post color problems appeared first on Acme Themes.

]]>
i cant change the color scheme
i want to have the same that supermag
but the change dont execute, in the theme

The post color problems appeared first on Acme Themes.

]]>
7938
Mobile Menu https://www.acmethemes.com/supports/topic/mobile-menu/ Sat, 23 Jul 2016 14:35:16 +0000 https://www.acmethemes.com/supports/topic/mobile-menu/ Independent from the color settings, the menu text on mobile devices (iPhone, iPad) ist always WHITE – so invisible, as my background is also white. How can I correct this? Menu hoover is working with the correct color. Thx ahead.

The post Mobile Menu appeared first on Acme Themes.

]]>
Independent from the color settings, the menu text on mobile devices (iPhone, iPad) ist always WHITE – so invisible, as my background is also white. How can I correct this? Menu hoover is working with the correct color. Thx ahead.

The post Mobile Menu appeared first on Acme Themes.

]]>
6888