Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterRegarding your queries, it seems to point two and three are possible by adding a few lines of CSS code
For points one and 4 we need to customize the code from the theme file and for that, you need to hire our customizer team
Psink
KeymasterWe are sorry for your trouble. Let us check, we will come back to you ASAP
Psink
KeymasterHello.
Regarding your query:
Customizing different header image – no its is not possible. You can hire a customizing team to add this feature
Changing color or image for menu background – yes it is possible to change the color or place background Image by adding Additional CSS
Demo content – yes, you can import content manually using Catch Theme Demo Import plugin to import data
and you can download demo file form this link https://themepalace.com/instructions/themes/biographyn/#doc-demo-file-36-
This reply was modified 2 years, 3 months ago by
Psink.
July 5, 2023 at 11:32 pm in reply to: How to insert a new logo-sized image next to site logo #190169Psink
KeymasterYou can add this CSS
.site-branding .custom-logo-link:after {
content: “”;
width: 52px;
height: 40px;
background-image: url(https://demo.wenthemes.com/university-hub/wp-content/uploads/sites/35/2016/12/cropped-logo-u-1.png);
display: block;
}and please change the background-image URL as per your requirement
Psink
Keymasteryou can this CSS
.calnk-link:hover span.spiffy-popup {
position: sticky;
}Go to customizer there you will find the Additional CSS section
Psink
KeymasterBeside hiding only entry-title you can hide whole div entry-header
like this
.page-id-22 .entry-header{
display: none;
}July 2, 2023 at 11:24 pm in reply to: Change color of bars on either side of header image on 4K monitor #190137Psink
KeymasterYou can add this CSS in the additional CSS
.custom-header{
background-color: #000;
}Psink
Keymasteryou can add this CSS in the additional CSS
#masthead{
background-image: url(https://www.lccb.org.au/wp-content/uploads/CWS_Concourse_2022_1920x684.jpg);
}You can change the URL of the image
Psink
KeymasterYou can get demo demo file from the below link
https://themepalace.com/instructions/themes/musicsong/#doc-demo-file-31Psink
KeymasterYes, the background color of the menu is black on sticky. you can change the color code of the background in this CSS that I have provided you before
#masthead.fixed{
position: fixed;
background: #000;
}Psink
KeymasterAdd this CSS this will fix the header on all other pages also it will remove the white bar at the right
#masthead:not(.home){
position: initial;
}body{
background-size: cover;
}.trail-end span{
color: black;
}Psink
KeymasterHello Linda
Thanks for the site url. Regarding your query, I did not get any issues related to the hamburger menu on mobile devices. The hamburger menu appears at the top on the small devices as you can see in the screen record
https://www.awesomescreenshot.com/video/18662841?key=c3c69d8081fb3d26ae82747bb492d00e
Though there is an issue with a menu for the larger screen I see there is a white part on the right side of the menu to fix that issue you can add this CSS in the additional
#masthead{
position: absolute;
z-index: 111;
}#masthead.fixed{
position: fixed;
background: #000;
}Psink
KeymasterYou can send it to prashant.themepalace@gmail.com
Psink
KeymasterYou can send it to prashant.themepalace@gmail.com
Psink
KeymasterCould you please share your site URL? we will check and possibly provide you css to fix this
-
This reply was modified 2 years, 3 months ago by
-
AuthorPosts