Hi,
I’m using this Noto Simple theme and just starting to edit my website. When viewing using mobile, the other menus aren’t visible since it overlaps the main image. This is occurring to all pages.
]]>hi
i really love this theme,
but I need help to show my articles not in full but in [read more] mode…
thank you!
Hello,
how i can change the header layout?
1. I would like to add a button .
2. I would like to arrange site title next to site logo.
With best regards
Mathias
hello dev, how to add tag. in entry-meta of the theme. Screenshot
]]>hi there
thanks for this brillliant theme for our wordpress site.
but unfortunatly, we have here in switzerland 4 languages to support (german, frensch, italian, r?tromanian and 5 with english). to let our services be understood by our guests, I would like to have a small language switch (sidebar or top) on the pages visible.
I’ll tried several programmings, but couldn’t fetsch how to let it appear on the classical pages (only on the poist sites)
do you have a clue and a hint how to do it?
thanks and hava a nice day
Michael
My additional CSS fonts does only work on my phone after last noto-simple update. On my computer, the font looks like comic sans ms…. Is it possible to revert to the previous version of noto? Or could you/someone please solve the problem for me? Appreciated!
My code:
1
body{
2
font-family: ‘Gabriola’;
3
font-family: ‘Viaoda Libre’, cursive;
4
}
5
?
6
.entry-content p, .entry-summary p, .comment-content p, .mu_register p{
7
font-size: 25px;
8
line-height: 40px;
9
}
10
?
11
.entry-content h1, .comment-content h1, .mu_register h1, .entry-header h1 {
12
font-size: 30px;
13
line-height: 0px;
14
margin-bottom: -30px;
15
}
16
?
17
.entry-content h2, .comment-content h2, .mu_register h2{
18
font-size: 25px;;
19
line-height: 0px;
20
margin-top: 40px;
21
}
22
?
23
.site-title{
24
font-size: 30px;
25
line-height: 0px;
26
font-family: ‘Parisienne’, cursive;
27
}
28
?
29
.site-description{
30
font-size: 22px;
31
line-height: 55px;
32
margin-bottom: 0px;
33
font-family: ‘Parisienne’, cursive;
34
}
35
?
36
.header-image {
37
line-height: 0px;
38
}
39
?
40
.menu-hovedmeny-container {
41
margin-bottom: -80px;
42
font-size: 20px;
43
}