Tagged: x
-
AuthorPosts
-
January 15, 2017 at 11:45 am #1330955
golborneParticipantHi,
I have created the website weblandcountrylodges.com using Icon and I now want to tidy up the design.
I have found code in the forum that solved several questions but I have 3 remaining where I need help:-
1. I would like the breadcrumb to show Home>Category>Post but I cannot get it to show the Category. I have my permalinks set up category/post but still does not work.
2. I found some code on the forum that solved the space between my H1 header and the featured image but it doesn’t work as well for the posts. Seems like there is an 8px difference in the gap on posts than on pages.
3. For the main menu I would like the dropdown menus to have white text on a green background when highlighted – I found code that got the background to work but not the text.
I would appreciate your help with these.
January 15, 2017 at 8:40 pm #1331387
Rue NelModeratorHello There,
Thanks for writing in!
#1] To have a category name in the breadcrumb, please check out these threads: https://community.theme.co/forums/topic/show-category-in-posts-breadcrumbs-no-luck-with-134515-135089-or-135363/, https://community.theme.co/forums/topic/breadcrumb-category-post-name-issue/
#2] To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
#3] Please provide the url as requested in #2.
Thank you very much.
January 16, 2017 at 3:48 am #1331744
golborneParticipantThis reply has been marked as private.January 16, 2017 at 4:32 am #1331799
Paul RModeratorHi,
You can add this under Custom > CSS in the Customizer.
.single-post .p-meta { display:none; } .masthead-stacked .x-navbar .desktop .sub-menu a:hover { background-color: #33745b; color:#fff !important; }Hope that helps.
January 16, 2017 at 8:46 am #1332050
golborneParticipantHi,
Thanks for that – the dropdown menus are just as I want them.
I still have the issue of the space between the top H1 header and the featured image.
On the Home and Contact Us page I have a minimal gap which is what I want.
On all the posts (About us, Webland Lodges etc) the gap is too big.
I have this code in my customised CSS
.entry-featured {
margin-top: 8px !important;
}If I change the code from 8px to 0px then the posts look great with minimal gap but the pages now look wrong as the text is cut off by the featured image.
Can you help with this?
Thanks
January 16, 2017 at 9:13 am #1332077
RupokMemberHi there,
Thanks for writing back, It’s causing by the meta. Although it’s empty but the default margin of paragraph tag causing the issue. Let’s add this CSS to get rid of the space :
.entry-header .p-meta { display: none; }Cheers!
January 16, 2017 at 11:13 am #1332250
golborneParticipantThat works great. Thanks for your help!
January 16, 2017 at 11:54 am #1332318
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1330955 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
