AlenaWalz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Cant upload a logo in the headerHi)
Design-Theme Options-Home Option-General Option-Custom LogoForum: Themes and Templates
In reply to: [Enigma] Only one picture to add in Slideshow???Forum: Themes and Templates
In reply to: [Enigma] Only one picture to add in Slideshow???Thank you for your Answer, downbeach!
Unfortunately it works nowhere: not in chrome, not in firefox, not in safari, not in opera…Forum: Themes and Templates
In reply to: [Enigma] Only one picture to add in Slideshow???I have the same problem, and service option, and portfolio option don’t work too.
Has someone the answer?Forum: Themes and Templates
In reply to: [Spun] Remove "leave a comment" box in the article pagesHi, Stefano!
I know only how to remove comments:in your custom css:
.entry-meta { display: none; }
Alena.
Forum: Themes and Templates
In reply to: [Spun] Remove "leave a comment" box in the article pagesHi, Stefano!
I know only how to remove comments:in your custom css:
.entry-meta { display: none; }
Alena.
Forum: Themes and Templates
In reply to: [Spun] Different screen, different appearanceHi!
You should find this in your css:/* =Responsive ----------------------------------------------- */ @media screen and ( max-width: 1200px ) { #page { width: 600px; }
and so on till the end (this is all about mobile versions, most in the end of the code)
And you delete it all till the end of the code. But be sure you have saved it bevor deleting somewhere so, that you can every time let it back.
Forum: Themes and Templates
In reply to: [Spun] Removing comment-box?Hi!
have you tried with custom css?.entry-meta { display: none; }
Forum: Themes and Templates
In reply to: [Spun] Changing Font Family to ArialForum: Themes and Templates
In reply to: [Spun] site translationYou are welcome!)
Forum: Themes and Templates
In reply to: [Spun] Homepage on iPad v.s LaptopForum: Themes and Templates
In reply to: [Spun] Different screen, different appearanceForum: Themes and Templates
In reply to: [Spun] How to disable the mobile device version?Hi!
You should find this in your css:/* =Responsive
———————————————– */@media screen and ( max-width: 1200px ) {
#page {
width: 600px;
}and so on till the end (this is all about mobile versions, most in the end of the code)
And you delete it all till the end of the code. But be sure you have saved it bevor deleting somewhere so, that you can every time let it back.
Forum: Themes and Templates
In reply to: [Spun] Font and remove italicHier you can also look:
https://www.ads-software.com/support/topic/changing-font-family-to-arial?replies=2About italic: you look all over your css for a word italic and change it to normal.