1 mikes Aug 29, 2019 00:00
3 mikes Aug 29, 2019 00:15
7.3.4 the latest skin
4 fplanque Aug 29, 2019 23:48
ok, we'll check.
5 mikes Aug 30, 2019 09:44
OK, My Bad. After doing some researching ------- I have B2 6.** and downloaded the Version for b2 7***
Once I downloaded the correct skin for my version of B2, it is working perfectly. Thank you and sorry for wasting your time.
6 fplanque Aug 30, 2019 15:07
@mikes There should be a message somewhere preventing you to use the wrong version. We'll see why it did not work.
7 fplanque Sep 24, 2019 23:27
We made new ZIP files that will detect you're running the wrong version of the skin.
8 wrc Oct 04, 2019 23:40
@fplanque
Could someone give me an example of just 1 styling that works so that I can see the syntax, please.
If you have time do the same with the dom tool.
I have tried:
font-size: 20px;
9 fplanque Oct 05, 2019 02:32
You need to apply it to something, like
.classname { font-size: 20px; }
replace classname
with a real classname you find in the dom.
10 wrc Oct 06, 2019 19:03
Could I create the classname in the tool provided for the dom?
11 amoun Oct 07, 2019 02:49
Hi wrc
The class names that exist in b2evo should be shown in the dom, so it is a matter of using an existing class name in your style sheet.
12 wrc Oct 07, 2019 20:18
Thanks @amoun - I get it
13 amoun Oct 08, 2019 20:12
Just an after-thought as I'm not sure how familiar you are with adding css. Sometimes I find I can't get it right for hours.
Sometimes I have to add the important attribute{ **:**** !important)
Then there's finding the best place after the deafult css files are loaded.
1. All the default b2evo files
- The
/skins/yourcurrentskin/style.css
- The
/media/blogs/yourblogname/style.css
- Skin and Style section of the [Settings > Advanced] tab in the back office
14 wrc Oct 08, 2019 22:54
Thanks for the info.
What version of the business blog skin are you using?