viliauskas
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Remove Image from Next and previous Buttons.You’re welcome ??
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Remove Image from Next and previous Buttons..nav-previous , .nav-next {background-image: none !important;}
It should work, because now some files are overwriting your style.css file.
“!important should help”
Cheers
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Remove Image from Next and previous Buttons.Try this css code:
.nav-previous , .nav-next {background-image: none;}
Cheers ??
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Remove Image from Next and previous Buttons.Amm, where do You see these buttons? ??
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Remove Image from Next and previous Buttons.Hello,
Of course it is possible. Could You share Your website link? ??
Forum: Themes and Templates
In reply to: Trying to remove thumbnailHello,
Needed formats/content file to fix this issue. Could You paste here it? ??
Forum: Themes and Templates
In reply to: [Smartline Lite] Replace title with logoLike I said, I need some files from Your template. Also every case has different code solution.
Forum: Themes and Templates
In reply to: [onetone] Problem with slideshow on smartphoneWell.. Read it there: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Forum: Themes and Templates
In reply to: [onetone] Problem with slideshow on smartphoneHello,
Try to set div.owl-item height to auto, if it not helps, customize it with media queries.
Cheers,
Vilius
Forum: Themes and Templates
In reply to: [Albar] Height footer area AlbarTry this code
.footer-widgets {
min-height: 125px;
}If You want smaller or bigger space between the widget and copyright line decrease/increase pixels number on given code.
Cheers,
Vilius
Forum: Themes and Templates
In reply to: [Albar] Height footer area AlbarHello, could You share Your website link? I would provide the solution.
Forum: Themes and Templates
In reply to: [Smartline Lite] Replace title with logoBut to make it I need some of Your files. Is it okay if You will upload it here?
Forum: Themes and Templates
In reply to: [Smartline Lite] Replace title with logoHey, could You contact me via skype/email? [removed from public forum]
Forum: Themes and Templates
In reply to: [Eighties] Customizing w/ Easy Goggle Fonts“I was also wondering if it’s possible to hide the Sitename/tagline (but not the Featured Image) on pages other than the Home page.”
Yes, of course it is possible!
Forum: Themes and Templates
In reply to: [Eighties] Customizing w/ Easy Goggle FontsIf I have understood You correctly, try this code:
h2.site-description { background-color: transparent; }
Actually for me this code looks better:
h2.site-description { background-color: rgba(0,0,0,0.4); color: white; }
Well, hope it helped ??