Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterWe are sorry for the late follow-up. Seems you shift the theme from Signify Dark to Signify
Let us know if you need any assistance regarding setup the theme
Psink
KeymasterYou can add target the id of the element and insert it inside any div here is how its works
https://www.awesomescreenshot.com/video/19206319?key=2fcebe63623019b73127d9a983332964
Here is the code
jQuery(document).ready(function( $ ){
$( ‘#tophead .container’ ).append(
$( ‘#search-2’ )
);
});To add this to the site install the simple custom CSS and js plugin, here is the screen record of how to add
https://www.awesomescreenshot.com/video/19206387?key=5c71f375132036db22aadba1a01f4df5-
This reply was modified 2 years, 5 months ago by
Psink.
Psink
KeymasterSure, you can add this CSS in the Additional CSS. Go to dashboard >> customizer >> Additional CSS. There you can add the CSS
#page-site-header .overlay {
display: none;
}You can change the font size as per your requirement
#page-site-header .page-title{
font-size: 42px;
}Psink
KeymasterIs it possible to share the site login? Please share to this email prashant.themepalace@gmail.com
Add language widgets anywhere on the inside and let me know which widgets did you add and where we will inspect and provide you a code
Psink
KeymasterI am quite not clear with your query, i guess you are talking about the page banner. So you don’t want to have the image at the top of page
Could you please clearly mention where you want to show featured image in the page?
-
This reply was modified 2 years, 5 months ago by
Psink.
Psink
KeymasterShare us your site URL
Yes, it is possible. You can add language widgets any where in the site. We will provide you a JS to insert that particular widgets inside the header.Psink
KeymasterLooks the license key c0f3e5bad791a6dcabb12a6039cb83fd was active in the staging site. We have removed it now. Can you please active it again and let us know
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, 5 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
-
This reply was modified 2 years, 5 months ago by
-
AuthorPosts





