oliviamarchi1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sketch] Change link and button colourHi Gemma!
Problem solved. Thanks so much!
Have a great weekend.
Olívia- This reply was modified 5 years, 4 months ago by oliviamarchi1.
Forum: Themes and Templates
In reply to: [Sketch] Change link and button colourHi Gemma!
Thanks too. I made the change to the links but this time I used this code:
a {
color: #DAA828;
}a:hover {
color: #871952;
}Instead of the previous one:
a:link {
color:#EFB82B;
}Now it’s working the way I expected for all global text links and it left the buttons alone.
So this mostly solved the issue of changing the links color and the only thing I still want to customize further are the buttons on the homepage. I want to change the hover color from orange to yellow and I’m still figuring out whether CSS will be enough or if I’m to customize this directly into the plugin (I used Atomic Blocks to create the columns and inserted the standard built-in buttons. Maybe the link button of Atomic Block might let me customize them the way I want in a more straightforward way).
Anyway thanks a lot for your time and attention and I’ll let you know how this goes with the buttons.
??
Forum: Themes and Templates
In reply to: [Sketch] Change link and button colourHi Gemma!
That’s it, exactly ??
Please let me know if you need any more info.Thanks!!
Olívia
Forum: Themes and Templates
In reply to: [Sketch] Change link and button colourHi!
I managed to change the Contact From 7 send button’s colour with this code and it worked:
input.wpcf7-form-control.wpcf7-submit:hover {
border-color: #871952;
color: white;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #EFB82B;
border-color: #EFB82B;
color: white;
}Still need help with the links (on all pages) and buttons on homepage though. I also forgot to mention that I don’t wish to change the menu colours and portfolio titles/hover, which are working fine with these bits of code:
.main-navigation li:hover > a,
.current_page_item a,
.current-menu-item a {
color: #EFB82B;
}.page-template-portfolio-page-php .jetpack-portfolio:hover a, .project-navigation-wrapper .jetpack-portfolio:hover a, .page-template-portfolio-template-php .jetpack-portfolio:hover a, body[class*=jetpack-portfolio].archive .jetpack-portfolio:hover a {
color: #EFB82B;
}Thanks a lots again!
Olívia
Forum: Themes and Templates
In reply to: [Sketch] Moving down the grey horizontal line on the headerAnytime! ??
Forum: Themes and Templates
In reply to: [Sketch] Site title and tagline not showing on homepage tabI just solved it.
It was the “Snippet preview” on the bottom of the page when I edit it. This is a setting of Yoast plugin.Forum: Themes and Templates
In reply to: [Sketch] Moving down the grey horizontal line on the header??
By the way, I love your blog! There are so many cool things in there and it’s so pretty <3
Forum: Themes and Templates
In reply to: [Sketch] Moving down the grey horizontal line on the headerThat is perfect, Gemma! Now it looks just like I wanted it to.
Thanks a lot and have a great day!
OlíviaForum: Themes and Templates
In reply to: [Sketch] Moving down the grey horizontal line on the headerHello @gemmaevans!
Thanks a lot for that. It did do the trick ??
Is there a way to move the header image up a bit?
Thanks again!
Olívia