Theme Palace » All Posts https://themepalace.com/forum/free-themes/wen-travel-modern/feed/ Mon, 26 Feb 2024 16:09:57 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/how-do-i-change-the-footer-background-color/#post-178515 <![CDATA[Reply To: How do I change the footer background color]]> https://themepalace.com/topic/how-do-i-change-the-footer-background-color/#post-178515 Thu, 10 Feb 2022 03:08:30 +0000 donald gerard Thanks!

]]>
https://themepalace.com/topic/how-to-change-the-page-title-on-the-blog-page/#post-178516 <![CDATA[Reply To: How to change the page title on the blog page]]> https://themepalace.com/topic/how-to-change-the-page-title-on-the-blog-page/#post-178516 Thu, 10 Feb 2022 03:08:11 +0000 donald gerard Thanks!

]]>
https://themepalace.com/topic/how-to-change-the-page-title-on-the-blog-page/#post-178476 <![CDATA[Reply To: How to change the page title on the blog page]]> https://themepalace.com/topic/how-to-change-the-page-title-on-the-blog-page/#post-178476 Wed, 09 Feb 2022 07:51:07 +0000 Psink Try this CSS

.blog .custom-header .section-title:before {
content: ‘Blog’;
visibility: initial;
padding-left: 120px;
}

.blog .custom-header .section-title {
visibility: collapse;
}

]]>
https://themepalace.com/topic/how-do-i-change-the-footer-background-color/#post-178458 <![CDATA[Reply To: How do I change the footer background color]]> https://themepalace.com/topic/how-do-i-change-the-footer-background-color/#post-178458 Wed, 09 Feb 2022 04:31:45 +0000 sanam Hello @THECOACH, Please add this CSS in the Additional CSS

#colophon {
background-color: #800000;
}

Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Please use this link for reference https://www.computerhope.com/htmcolor.htm

Thanks

]]>
https://themepalace.com/topic/how-do-i-change-the-color-of-the-hamburger-menu-that-appears-on-smaller-screens/#post-178457 <![CDATA[Reply To: How do I change the color of the hamburger menu that appears on smaller screens]]> https://themepalace.com/topic/how-do-i-change-the-color-of-the-hamburger-menu-that-appears-on-smaller-screens/#post-178457 Wed, 09 Feb 2022 04:28:45 +0000 sanam Hello @THECOACH, Please add this CSS in the Additional CSS

div#primary-menu-wrapper .menu-toggle svg.icon {
fill: #000;
}
.site-header-menu .menu-label {
color: #000;
}
Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Please use this link for reference https://www.computerhope.com/htmcolor.htm

Thanks

]]>
https://themepalace.com/topic/how-to-change-font-color-of-page-title/#post-178374 <![CDATA[Reply To: How to change font color of page title]]> https://themepalace.com/topic/how-to-change-font-color-of-page-title/#post-178374 Tue, 08 Feb 2022 04:26:22 +0000 donald gerard Thanks!

]]>
https://themepalace.com/topic/how-to-change-the-page-title-on-the-blog-page/#post-178364 <![CDATA[How to change the page title on the blog page]]> https://themepalace.com/topic/how-to-change-the-page-title-on-the-blog-page/#post-178364 Tue, 08 Feb 2022 04:25:45 +0000 donald gerard The page title in the header on the blog page says “Archives” no matter what I name the page. How do I change it from “Archives” to “Blog”? Thanks!

]]>
https://themepalace.com/topic/how-do-i-change-the-color-of-the-hamburger-menu-that-appears-on-smaller-screens/#post-178365 <![CDATA[How do I change the color of the hamburger menu that appears on smaller screens]]> https://themepalace.com/topic/how-do-i-change-the-color-of-the-hamburger-menu-that-appears-on-smaller-screens/#post-178365 Tue, 08 Feb 2022 04:25:30 +0000 donald gerard How do I change the color of the hamburger menu that appears on smaller screens? Thanks!

]]>
https://themepalace.com/topic/how-do-i-change-the-footer-background-color/#post-178381 <![CDATA[How do I change the footer background color]]> https://themepalace.com/topic/how-do-i-change-the-footer-background-color/#post-178381 Tue, 08 Feb 2022 04:25:14 +0000 donald gerard How do I change the footer background color? Thanks!

]]>
https://themepalace.com/topic/how-to-change-font-color-of-page-title/#post-178372 <![CDATA[Reply To: How to change font color of page title]]> https://themepalace.com/topic/how-to-change-font-color-of-page-title/#post-178372 Tue, 08 Feb 2022 03:04:14 +0000 sanam Please use this CSS

.custom-header-content .section-title {
color: #0000FF !important;
}

Thanks.

]]>
https://themepalace.com/topic/how-to-change-font-color-of-page-title/#post-178357 <![CDATA[Reply To: How to change font color of page title]]> https://themepalace.com/topic/how-to-change-font-color-of-page-title/#post-178357 Tue, 08 Feb 2022 03:02:42 +0000 donald gerard Thanks for your prompt response. The css that you supplied affects the color of the site-title. I need the css that affects the page title (class=”section-title”).

]]>
https://themepalace.com/topic/how-to-change-font-color-of-page-title/#post-178335 <![CDATA[Reply To: How to change font color of page title]]> https://themepalace.com/topic/how-to-change-font-color-of-page-title/#post-178335 Mon, 07 Feb 2022 03:20:52 +0000 sanam Hello @THECOACH, Please add this CSS in the Additional CSS

.transparent-header.has-header-image .site-title a,
.site-title a {
color: #fff;
}

Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Please use this link for reference https://www.computerhope.com/htmcolor.htm

Thanks

]]>