Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
I’m not sure what you mean by using Jetpack with the default theme. Can you explain this?
Daniela
October 10, 2014 at 2:23 am in reply to: Related Articles: Insert Full Related Article into Another Post #119083Ok thanks Kyle.
Also, could you tell me how to enlarge the Top Bar or increase the font of the Top Bar Menu?
A lot of people tell me it goes unnoticed, and I am using it as my main menu.Thanks again!
Here is a link to my site. http://www.firstgenerationfashion.com/
The home page is the blog page. The thumbnail photo appears above the title/series of photos of the first post. I have not added thumbnails to the other posts. I would like the thumbnail photo to only appear on the category or tag posts. Here is is redundant on the home page and on the individual post page.July 17, 2014 at 7:15 pm in reply to: Editing Design of Category pages and Adding Sharing Options for Blog Posts #92348Hi Kyle,
Thanks for the help.
I don’t think you understood my question correctly.
I do not wish to add a share button to the blog as a whole, I would like the share button (for each post) to be visible on the blog page. They are only at the bottom of each individual post page. Is it possible for the reader to share the post without having to click to view the individual post page.thanks,
Daniela
Thanks Kyle, that worked!
Hi Melanie,
I was not able to remove the main menu. Could you suggest another way than the one listed by Kyle because it did not work.
I thought it could be my current custom CSS changes that are causing a problem, therefore I posted them above.
-Daniela
Hi Kyle,
Adding that CSS did not change anything about the menu. It still appears on the site and on mobile.
I also tried changing the height to 0px but that didn’t work. Can you tell me if my current custom CSS is causing this problem, or another way to remove the menu.I added custom CSS to center the logo and main menu…but what I really want to achieve is a centered logo and no main menu.
Thanks for your support!
-Daniela
/* Full width logo code */
#header-section #logo {
width: 100%;
}
#header-section #logo img, #header-section #logo img.retina {
margin: 0 auto;
}/* Full width menu code */
#nav-section {
width: 100%!important;
}
.nav-wrap {
float: none!important;
}
#main-navigation {
float: none;
width: 100%;
height: 48px;
text-align: center;
}
nav .menu li {
float: none;
}/* Disable the nav search */
#nav-search {
display: none;
}/* Responsive code */
@media only screen and (max-width: 767px) {
#header-section #logo img, #header-section #logo img.retina {
margin-bottom: 20px;
}
#main-navigation {
width: auto;
height: auto;
text-align: left;
}
}#header-section {
padding: 0 0 !important;}
.standard-post-author {
display: none;
} -
Posted in: Reply To: Remove Main Menu