divjotsingh_440
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ving] Move Title to LeftHello Julian,
Can you please share the URL of your site so that i can observe the issue.Divjot
Forum: Themes and Templates
In reply to: [Ving] Empty Frontend after changing theme to VingGood to hear that you found the solution.
Thanks for trying the theme ??Forum: Themes and Templates
In reply to: [Ving] Customizing header imageHello Saiqua,
If you remove the header image, the site title and other stuff will also disappear.
Do you want to hide only the header image or the complete header area?Divjot
Forum: Themes and Templates
In reply to: [Ving] Empty Frontend after changing theme to VingCan you please share the URL of your site so that I can take a look at the issue as I cannot seem to duplicate the issue on my end.
Forum: Themes and Templates
In reply to: [Ving] Customizing header imageHello Saiqua,
The header image was designed to appear on all pages.
You will need to use custom css codes to edit the theme.Where do you require the header image removed?
Forum: Themes and Templates
In reply to: [Ving] Empty Frontend after changing theme to VingHello,
This seems to be some sort of issue with the incorrect installation of the theme.
Have you messed with the core files of the theme.
Try re-installing the theme. It should solve your issue.Divjot
Forum: Themes and Templates
In reply to: [Ving] Site Identity AestheticsHello 7rainboots,
Thanks for notifying the bug regarding header text.
It will be fixed in the next update.Regarding the pattern, you can simply delete the image from the theme directory.
Regarding footer links, firstly you will need to install a custom css plugin. Currently, it is not supported in the theme ( will be in next update ). Then, add the following code to it-
#footer-wrapper #colophon a { color: #123456 !important; }
It should solve your issues.
Divjot
Forum: Themes and Templates
In reply to: [Klean] 4 recent posts on home page not 3?Hello jonesy13,
It is currently not possible in the theme.
A lot of changes would be required to ake it a 4 column layout.
Also, it could hinder the readability of the text/heading, that’s why it was not put it in the theme in the first place.Divjot
Forum: Themes and Templates
In reply to: [Klean] Image size in PostHello nordicsurvivor,
You have to paste the code in Appearance > Custom Settings > Custom CSS.It should apply the changes.
Forum: Themes and Templates
In reply to: [Klean] FULL WINDOW HEADERHello JKSCHAFER,
You need to upload the logo as a logo only ( not the background ). It can be resized afterwards.Divjot
Forum: Themes and Templates
In reply to: [Klean] add another social iconHello wgv,
Yes, that is the correct file.
You will need to add two more controls for the social icons in the customizer and also social.php.Divjot
Forum: Themes and Templates
In reply to: [Klean] Image size in PostHello nordicsurvivor,
Add the following code to custom css-.postid-395 .entry-content .entry-thumb .attachment-post-thumbnail { display: block !important; margin: auto !important; width: 30% !important; }
It should solve your issue.
Divjot
Forum: Themes and Templates
In reply to: [Klean] Image size in PostHello Nordicsurvivor,
Can you please share the URL of the page where you require the smaller image?Forum: Themes and Templates
In reply to: [Klean] Issue with primary menuHello kaceofgeminis,
I am not quite sure about the issue.
The long list of sub-menu items can be easily accessed by scrolling down the page.
Can you please explain the issue briefly.Divjot
Forum: Themes and Templates
In reply to: [Klean] move the navigation bar back to the left, Klean themeHello thevisionary,
Add the following code to custom css-.main-navigation ul > li { float: left !important; }
It should solve your issue.