dusan95
Forum Replies Created
-
Hello Mark,
Big thanks! It solved my problem, I will need to find another way to move it more up. 🙂
Forum: Themes and Templates
In reply to: [Ascent] Change color of image bordersI put the code that rickykpg wrote in simple custom css file (only one there is with that plugin, appearance –> custom css) and there you can change the color after #.
Forum: Themes and Templates
In reply to: [Ascent] Change color of image bordersOk, thanks. Solved the problem with plugin: simple custom css.
Forum: Themes and Templates
In reply to: [Ascent] Relocating mobile menu "Hamburger"Anyone solved this problem?
Forum: Themes and Templates
In reply to: [Ascent] Home page name changeI soloved my problem already, it was a stupid question xD
I created menu like navigation bar and there I could just easily change the name “Home” to something else.
Hope that helps someone.Forum: Themes and Templates
In reply to: [Ascent] How do I get rid of the BORDERS around all my images?I’ve used custom css plugin and copied:
.wp-caption {
border: 0;
}
But, borders are still there. Even if i add new gallery and images.
Help pls.
ThanksForum: Themes and Templates
In reply to: [Ascent] Change color of image bordersIf it works, it’s a good way. But I don’t unterstand which plugin you used? Name is Jetpack?
Forum: Themes and Templates
In reply to: [Ascent] Change color of image bordersHi guys, i have the same problem with gallery borders and i see now your solution but I don’t know how to enter:
.gallery .gallery-item img {
border: 2px solid #1ABC9C !important;and then to change color. Can you please show me how?
Thanks.