Hi Hannah. Here is a link to the page I was trying to do. As you can see I need to turn off the page titles as they are pushing my top row down.
https://frontlinecanvasart.com/custom-portraits/
regards, Paul
It looks like you’re adding this as a post instead of a page. Just need to copy everything over to a normal page.
Hannah
Use .page-header
.pg-id-4848 .page-header {
display: none;
}
If you can post a link I can help further.
Sorry I keep forgetting to post the links !
See the service page on this page on the right
http://abricot.abricot-production.com/service/bespoke-websites/
And on the main page
http://abricot.abricot-production.com/
Nathalie
Hi Hannah. Sorry but I put this in the css and page title is still there.
4848 is the page id.
.pg-id-4848 .page-title {
display: none;
}
Must be doing something wrong.
Paul
Hi Nathalie,
I’m confused. Can you not just change the page template? Do you mind posting a link so I can better understand?
Hannah
Hi,
In Woocommerce > Settings if you open the Products tab then click Display you’ll see Shop Page Display. There you can select Show Products from the dropdown.
Hope that helps!
Hannah
Hi Hannah. Great. But where do I get the separate page ids from.
Paul
Hi Paul,
You can do this with css and page-id’s. Something like this:
.pg-id-70 .page-header {
display: none;
}
You would just replace the page id with the specific page[s] you want this to effect.
Hannah
For instance, if I have a custom menu widget.
On the other pages, there is a bottom border but not on the home page so it makes the listing difficult to read
Thanks
Nathalie
Hi
The services detail page is using the blog template, so I have a date on the side, author and comments count showing. Is there a way to sort this out ?
Thank you
Nathalie
Hi,
I think it is a wonderful theme!
However, sometime really troubles me is that I want to remove the “Shop Category Image” boxes on the top of my shop page.
Could you help me to find where to set it, just like the clean look shop page in your theme demo.
Thank you!
Ben
Hi guys. Could you please advise on how I turn off the page titles. I have managed to do this for the home page but can not seem to find any settings for the other individual pages.
Thanks, paul
Hi guys. Could you please tell me if there is a quick way to copy a row from one page and insert it in another without having to completely rebuild the same row.
regards, Paul
Below all of the other sections that should be there is:
A centered header
Small, out-of-place right navigation that makes an image appear and disappear from the bottom of the page.
I can’t make these features go away, nor can I find their location.
I had an experienced Web Dev look at it and he could not find the solution either.
I did not have a feature image selected for that page. The image showed up with arrows on either side like the image was part of a slider. Flex slider was selected but did not contain images yet. I deleted image from library and it no longer showed up. But it didn’t even show up as a blank box with a question mark. Oh well.
I’m using Feature-sidebar. I put a widget link button under a widget picture in the sidebar. Is there a way to center the link button under the picture?
Thanks
Do you have a different image as your featured image for that page?
Ben
An Image is randomly showing in the header area using Feature or feature-sidebar templates. It is the same image.
If I update page attributes template to full width or default, the image is not there. Then I update page attributes template to either feature or feature-sidebar and sometimes the image appears and sometimes it does not. I had this image on home page but removed it to see if there is a connection. I also had the image at one time in Virtue Image Widget and as a Secondary Menu Image but have removed both. I cannot see any place in theme options, widgets or on a page, where this image is currently uploaded.
Hi Ben,
I have that selected already. I’m talking about the change in colour of the logo on http://themes.kadencethemes.com/pinnacle-premium/. You come on to the page and the logo itself is white, when you scroll and the header background fills out the logo changes to black. Hope that helps.
Thanks,
Mike
Hi,
On your example homepage for pinnacle you have the logo change colour on scroll. I wish to achieve that for my site http://www.hospofurniture.co.nz (you’ll see the logo disappear with darker backgrounds).
If there’s some setting for this I can’t seem to find it. I’ve just made the leap from Shopify so coding is kind of new to me but I pulled this from inspect element:
<div style=”max-height: 60px; height: 50px; width: 360px; background-image: url(*Login to see link class=”kad-standard-logo kad-lg”></div>
<div style=”max-height: 60px; height: 50px; width: 360px; background-image: url(*Login to see link class=”kad-lg kad-standard-logo-tranbg”></div>
How do I achieve this?
Thanks,
Mike