OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
sectiontemplate css template (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Sectiontemplate css template

Beata (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
sectiontemplate css template 3 Years, 2 Months ago
Karma: 0  
Hello,

1. How I could reduce size of the titles and modules fonts in the template ?
2. How to enlarge menu fonts?
Which file?
style.css or other ?

Please help me.
Logged Logged
Last Edit: 2021/01/07 07:49 By Beata.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:sectiontemplate css template 3 Years, 2 Months ago
Karma: 101  
Hello

below post show, what you need do in moments like this:
ordasoft.com/Forum/RealEstateManager-com...her-color.html#24262

If you use our template. All our joomla templates created with help OrdaSoft Joomla blank templates
There you may set main css styles to any elements in template use CSS selectors. Please check your template settings

Also if you create your site with help our Website builder there you may set css styles to any created layouts.

Regards
OrdaSoft team
Logged Logged
Last Edit: 2021/01/07 09:47 By admin.
The administrator has disabled public write access.
Beata (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Re:sectiontemplate css template 3 Years, 2 Months ago
Karma: 0  
I know
I use your template sectiontemplate and I am not able to find this rows in style.css file, thefore I am asking. Maybe you could prompt me....

I'm trying to change the font size, but I don't know exactly which line. I see that the titles of articles (maybe h2) and modules (maybe h1) are very large, and in horizontal menu font is too small.
Sorry for link, - I don't want to advertise myself
https://www.vilniaustautodaile.lt/
I don't use Website builder trying to change style manually


Logged Logged
Last Edit: 2021/01/07 19:06 By Beata.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:sectiontemplate css template 3 Years, 2 Months ago
Karma: 101  
Hi

Menu font size:
Please in file : www.vilniaustautodaile.lt/templates/orda...plate3/css/style.css

find row 97
there you will see:
.main_menu ul.menu > li > a {

and replace:
Code:

font-size: 11px;


to some like:
Code:

font-size: 14px;



Module font size:
Please in file : www.vilniaustautodaile.lt/templates/orda...plate3/css/style.css

find row 788
there you will see:

h3 {

and replace:
Code:

font-size: 38px;


to some like:
Code:

font-size: 28px;




Articles title font size:
Please in file : www.vilniaustautodaile.lt/templates/orda...ap/css/bootstrap.css

find row 648
there you will see:

h2 {

and replace:
Code:

font-size: 30px;


to some like:
Code:

font-size: 20px;


Before files edit - Please backup them

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Beata (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Re:sectiontemplate css template 3 Years, 2 Months ago
Karma: 0  
You are amazing !!!
Thank you very much.
I did everything and now after cleaning browser cashes is much better
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:sectiontemplate css template 3 Years, 2 Months ago
Karma: 101  
You are welcome.

We will be happy if you help us too and you put excellent review and 100 hits

If you would like any further information or need some customization service,
please do not hesitate to contact us too.

www.sitejabber.com/reviews/ordasoft.com

Best Regards,
OrdaSoft team
P.S. Please do site backup 2 times per month,
Logged Logged
The administrator has disabled public write access.
Go to top
»