thecataclysm
Forum Replies Created
-
Hi Kathryn,
once again thanks a lot for your reply (and sorry for the delay in getting back to you).
The website I’m developing is for a band page that will be only available in september. If there’s a way to show you the page without going public I’ll gladly do it.
Right now, I think I have a better understanding about the Harmonic layout. My goal is to use only the front page and therefore I have no use for the mobile burger menu (unless I could use it with the lower menu links in the frontpage). Is there a way to turn it off?Getting back to the social links menu, can I substitute the “Site Title” just before the social links for a symbol?
Thanks!
The social icon question is solved!
This example that you gave to jme3089 ended up working nicely:
/* Make original icon black to effectively hide it */
.social-links ul li.menu-item-76 a::before{
color: transparent;
}/* Add image as background to Newsletter item */
.social-links li.menu-item-76 a {
background-image: url(“https://images.g2crowd.com/uploads/product/image/social_landscape/social_landscape_1491234550/tinyletter.png”);
background-repeat: no-repeat;
background-size: 50px 50px;
}The only issue that I’m dealing with right now is that the background image on the title page sometimes gets cutted in the mobile view and the link to the post title page disappears from the lower menu. Also the lower menu disappears when we’re viewing any other page than the frontpage. Should I open a thread for this question?
The social icon question is solved!
This example that you gave to jme3089 ended up working nicely:
/* Make original icon black to effectively hide it */
.social-links ul li.menu-item-76 a::before{
color: transparent;
}/* Add image as background to Newsletter item */
.social-links li.menu-item-76 a {
background-image: url(“https://images.g2crowd.com/uploads/product/image/social_landscape/social_landscape_1491234550/tinyletter.png”);
background-repeat: no-repeat;
background-size: 50px 50px;
}The only issue that I’m dealing with right now is that the background image on the title page sometimes gets cutted in the mobile view and the link to the post title page disappears from the lower menu. Also the lower menu disappears when we’re viewing any other page than the frontpage. Should I open a thread for this question?
Hi Kathryn, thank you so much!
I actually used the CSS editor as you mentioned. It worked perfectly.
The site is still in the making, I just want to have everything set up perfectly before going public.Also, I tried to follow the steps you provided in this forum for adding a new logo to the social icons menu. I’m trying to add a bandcamp logo, but without success. Is there an advisable size for the icon?
Should I open a new thread for this last question, given that my other question is already solved?
Thanks!