I apology that I asked in another account, not purchased one.
Here is question.
I applied Quickstart package in local host currently, and I am trying to modify this template.
But I got problem that text in article is visible, but image is not when I load DEMO.
What should I do to fix it?.
AS Templates
POSTED: 2017-07-10
Hello I4RANGU4,
Sorry, not quite understand the problem, can you please provide us with more info?
Regards, AS Team.
i4rangu4
POSTED: 2017-07-18
Dear AS Team!
hello,
Can I change the font size of the menu?
(home, blog, about us, careers, contact us.. etc.)
AS Templates
POSTED: 2017-07-18
Hello I4RANGU4,
You can do it using the menu module parameters, please see Font Size parameter under the module Menu Options tab.
Regards, AS Team.
i4rangu4
POSTED: 2017-07-20
Hello,
Thank you for your help.
There is one more question,
Can I make the menu text bold?
(Home, Blog ...)
also,
Submenu is also displayed in all lowercase.
How can I display uppercase and lowercase letters together?
(ex. home, blog, about us…
-> Home, Blog, About us…)
Thank you for your help every time.
Thanks...
AS Templates
POSTED: 2017-07-20
Hello I4RANGU4,
It can be done by editing css files only, please see '/css/ext.asmenu.css' file the following class (line 17):
#as-menu ul.as-menu > li a,
#as-menu ul.as-menu > li > span {
color: #ffffff;
display: block;
font-weight: normal;
letter-spacing: 1px;
line-height: 20px;
margin: 0;
padding: 0 10px;
text-transform: lowercase;
}
Regards, AS Team.
i4rangu4
POSTED: 2017-08-08
Hello,
There are few more questions.
1. How do I adjust a spacing of Main Menu in CSS ?
2. How do I align the text for submenu? (ex. From center to left Text-alignment, currently, it is center aligned but I couldn’t find any option for this)
3. I have tried to change '/css/ext.asmenu.css' file for text bold as you mentioned it in previous comment. It works, but unfortunately, it changes submenu also. I’d like just bold main menu, not submenu. Is it possible to apply bold just for main menu?
4. I have applied menu Item type as category list, and I could see on pages, but text size seems little bit small. Is there any way to increase the size of text of this?
Thank you for your help everytime.
AS Templates
POSTED: 2017-08-08
Hello I4RANGU4,
All these changes can be done by editing css files. You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin or Firebug DevTools:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Also you can create your own css and put it in the stye.custom.css file.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I apology that I asked in another account, not purchased one.
Here is question.
I applied Quickstart package in local host currently, and I am trying to modify this template.
But I got problem that text in article is visible, but image is not when I load DEMO.
What should I do to fix it?.
Sorry, not quite understand the problem, can you please provide us with more info?
Regards, AS Team.
hello,
Can I change the font size of the menu?
(home, blog, about us, careers, contact us.. etc.)
You can do it using the menu module parameters, please see Font Size parameter under the module Menu Options tab.
Regards, AS Team.
Thank you for your help.
There is one more question,
Can I make the menu text bold?
(Home, Blog ...)
also,
Submenu is also displayed in all lowercase.
How can I display uppercase and lowercase letters together?
(ex. home, blog, about us…
-> Home, Blog, About us…)
Thank you for your help every time.
Thanks...
It can be done by editing css files only, please see '/css/ext.asmenu.css' file the following class (line 17):
#as-menu ul.as-menu > li a,
#as-menu ul.as-menu > li > span {
color: #ffffff;
display: block;
font-weight: normal;
letter-spacing: 1px;
line-height: 20px;
margin: 0;
padding: 0 10px;
text-transform: lowercase;
}
Regards, AS Team.
There are few more questions.
1. How do I adjust a spacing of Main Menu in CSS ?
2. How do I align the text for submenu? (ex. From center to left Text-alignment, currently, it is center aligned but I couldn’t find any option for this)
3. I have tried to change '/css/ext.asmenu.css' file for text bold as you mentioned it in previous comment. It works, but unfortunately, it changes submenu also. I’d like just bold main menu, not submenu. Is it possible to apply bold just for main menu?
4. I have applied menu Item type as category list, and I could see on pages, but text size seems little bit small. Is there any way to increase the size of text of this?
Thank you for your help everytime.
All these changes can be done by editing css files. You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin or Firebug DevTools:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Also you can create your own css and put it in the stye.custom.css file.
Regards, AS Team.