Font size and then some
Permalink Browser Info Environment
I have a few minor things I am not sure how to fix.
1. I want the fontsize in the autonav to be bigger (my client wants it bigger)
2. Is there a way to have a wider logo and still keep logo and navigation on the same line?
3. On the front page I want nothing but a full screen image and navigation overlayed. What pagedesign should I use?
1. I want the fontsize in the autonav to be bigger (my client wants it bigger)
2. Is there a way to have a wider logo and still keep logo and navigation on the same line?
3. On the front page I want nothing but a full screen image and navigation overlayed. What pagedesign should I use?
Type: | Discussion |
---|---|
Status: | Resolved |

website is bergmund.no/web
Hi,
1. Yes. The menu font size can be overridden. For doing so, find the pertinent variable in `\packages\theme_pixel\themes\pixel\css\less\variables.less` and put it inside your `variables.dev.less` file.
For instructions on how to override anything check Instructions page #18.
2. You can reduce the space between menu items so as to provide more room for the logo.
Check Instructions page #11.
3. You can remove the top footer section on Pixel Options globally or at a page level. But removing the copyright section might need a line of CSS. You can put it on your `custom.dev.less` file. A page can be targeted by `cID`.
Check Snippets page #2.
1. Yes. The menu font size can be overridden. For doing so, find the pertinent variable in `\packages\theme_pixel\themes\pixel\css\less\variables.less` and put it inside your `variables.dev.less` file.
For instructions on how to override anything check Instructions page #18.
2. You can reduce the space between menu items so as to provide more room for the logo.
Check Instructions page #11.
3. You can remove the top footer section on Pixel Options globally or at a page level. But removing the copyright section might need a line of CSS. You can put it on your `custom.dev.less` file. A page can be targeted by `cID`.
Check Snippets page #2.
Thank you.
I want the front page like the front page in the Live Demo. Full page background image/banner image and white font in the a transparent navigation (the image is a lot of black). I used background image, but does not look right now.
Where do I change navigation font color for just this page?
I want the front page like the front page in the Live Demo. Full page background image/banner image and white font in the a transparent navigation (the image is a lot of black). I used background image, but does not look right now.
Where do I change navigation font color for just this page?
1. The demo front page uses the built-in `Whale Slider` shipping with the theme. It should be put on the `Slider` area.
You can also install the theme with sample content and use the page as your starting point, copy/paste each block, or just imitate by checking the sample pages.
2. Pixel Options. If you need it at a page level only, the corresponding page attribute can be used.
You can also install the theme with sample content and use the page as your starting point, copy/paste each block, or just imitate by checking the sample pages.
2. Pixel Options. If you need it at a page level only, the corresponding page attribute can be used.
Thank you. One last question.
In order to exclude the header logo from the home page, do I just make an empty logo to replace the one that is there?
In order to exclude the header logo from the home page, do I just make an empty logo to replace the one that is there?
Yes. There is no option for removing the logo.
For overriding the logo at a page level, check Instruction page #27.1.
For overriding the logo at a page level, check Instruction page #27.1.
I have copied the code from packages\theme_pixel\themes\pixel\css\less\variables.less` and put it inside your `variables.dev.less` file. Also created the pixel_theme folder in applications/config and copied over the files and renamed them (removing tmp). No change. I tried changing the font size in the primary atonal from 13px to 16px
No change.
@primary-menu-font-size: 16px;
No change.
You should have these at the config folder:
\application\config\pixel_theme\custom.dev.less
\application\config\pixel_theme\variables.dev.less
If you have these and the cache is cleared afterward, it should work for sure.
\application\config\pixel_theme\custom.dev.less
\application\config\pixel_theme\variables.dev.less
If you have these and the cache is cleared afterward, it should work for sure.
It was the cashe clearing I had not done. Thank you for super support :)