4 Questions

1 reply · opened Aug 20, 2020

SS8000Aug 20, 2020

1.Page << index-onepage-3.html >>
How can I custom CSS overide default CSS
’Silde Nav Bar’ [ class="page-menu-nav" ]
DIY { a: } / { hove } / Color

2.About all the Page Logo [ id="logo" ]
[ class="mode-switcher" ] the logo display as transparent logo when in Dark mode. How can I fixed display as white and transparent BG .svg logo?

3.In << demo-burger.html >> [ .icon-ellipsis-v ] class
The default color #1ABC9C can be same as [ id="top-search" ] white color?

4.[ class="page-menu-nav" ] The default color #1ABC9C can be same as [ id="top-search" ] white color? Which code line for the color?

5.<< demo-news-2.html >>, << demo-news-3 >> Please fix, its broken.

SSemicolon WebSTAFFAug 21, 2020

Hello,

  1. Please use the css/custom.css File according to the Customization Guide.

  2. SVG Logos are currently not supported out of the box. You will need to make Customizations in order to make this work.

  3. Simply add the .header-misc-icon Class to the .side-panel-trigger Element.

  4. You can find this CSS Selector in the style.css File and use the following CSS Code:


.page-menu-nav {
	background-color: #1ABC9C;
}
  1. The demo-news-2.html and demo-news-3.html Templates are not broken but acts as Infinity Scroll placeholders for the demo-news.html Template.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard