ladyboomboom
Forum Replies Created
-
Thank you so much for help, it worked! I like to learn myself, but somehow found it difficult to start as it comes to coding, probably it will take me ages to figure out, I just thought it is something easy enough to ask for help. And the right solution once sawn can be remembered, and repeated ?? Fiverr is a good idea, will surely consider it when it comes to creating my full website. Thank you once again, I’m sure a lot of people will also find it useful. Good day! ??
- This reply was modified 6 years, 8 months ago by ladyboomboom.
Ok, sorry for that.
I now get the destination, but still have no idea where exactly I need to paste it – replace the current “add action”?
}
add_action( ‘after_setup_theme’, ‘twentyseventeen_setup’ );If so then it seems not to work for the font change, neither in header, nor button or countdown, plus now I have this error 500 message.
Also don’t know how to assign “the css I need” (which is I suppose color change of text and border) to that particular contact button…
I’m a beginner. Would appreciate more detailed info.
I think that one universal solution for full copy-paste would be useful for many users ??- This reply was modified 6 years, 8 months ago by ladyboomboom.
@georgejipa
I have created the second file in wp-content, and I would like to change the ‘Contact us’ button color (text, frame, and highlight) to #B93995 and overall font to Comfortaa…Google fonts suggests these two:
<style>
@import url(‘https://fonts.googleapis.com/css?family=Comfortaa’);
</style>
or
<link href=”https://fonts.googleapis.com/css?family=Comfortaa” rel=”stylesheet”>I would be very very grateful if you can please show me where it should go to change these two things, or write these two parts of the code for me ?? I suck at coding!
@georgejipa
Could you please write where exactly we need to put this ‘add_action’ code? I don’t see any functions.php section in plugin code…
I have created the second file in wp-content, and I would like to change the ‘Contact us’ button color (text, frame, and highlight) to #B93995 and overall font to Comfortaa…Google fonts suggests these two:
<style>
@import url(‘https://fonts.googleapis.com/css?family=Comfortaa’);
</style>
or
<link href=”https://fonts.googleapis.com/css?family=Comfortaa” rel=”stylesheet”>I would be very very grateful if you can please show me where it should go to change these two things, or write these two parts of the code for me ?? I suck at coding!