
- Details
- Written by: Bjørn Ove Bremnes
- Parent Category: Tips & Tricks
- Category: Basic WebDesign - Tutorials
The dark mode is the new Black, and it keeps your eyes from getting light exhausting. And it also looks great in the browser. The Dark mode is not native in either Joomla 3 or Joomla 4 (as of my knowledge). But there is a solution if you don’t want to use a plugin for your browser. You can simply override the CSS with a custom.css file in the backend of Joomla. By default this is built into Joomla Core, you only need to add the file. Read how to do this here.
Read more: How to use Dark Mode in the Backend of Joomla 3, custom CSS
Write comment (0 Comments)
- Details
- Written by: Bjørn Ove Bremnes
- Parent Category: Tips & Tricks
- Category: Basic WebDesign - Tutorials
In Joomla, it’s possible to use CSS more effectively than most people realize. You can, if wanted personalize each page just by adding a CSS class to the menu link.
Read more: How to use CSS to personalize each page in Joomla, see how
Write comment (0 Comments)
- Details
- Written by: Bjørn Ove Bremnes
- Parent Category: Tips & Tricks
- Category: Basic WebDesign - Tutorials
Is it possible to make content sliders using pure CSS & HTML only? - Read through and find out more. I will show you some smart tricks that make an awesome reusable slider using only HTMl & CSS.
Read more: How to make a dropdown content slider? - Pure HTML and CSS
Write comment (0 Comments)
- Details
- Written by: Bjørn Ove Bremnes
- Parent Category: Tips & Tricks
- Category: Basic WebDesign - Tutorials
<
CSS has from the age of the Internet been a part of doing websites. It is an easy but useful way to design an article. There are several ways to write CSS in Joomla, you can use an external file to store all CSS codes in, you can use an extension to include the code, or you can write CSS directly in the content. In this article, I will give some look into how I do it.
Read more: Three ways optimize the use of CSS in content with Joomla
Write comment (0 Comments)