Change Hyperlink Color Gutenberg Code Editing
-
I want to change the colors for links that are in a column on a webpage. The column was made from the block editor. My problem is that I don’t know how to write in Gutenberg’s altered code, because it looks so different from what I’m used to. The code:
<!– wp:columns –>
<div class=”wp-block-columns”><!– wp:column {“style”:{“color”:{“background”:”#f4f4f4″,”text”:”#2062ce”}}} –>
<div class=”wp-block-column has-text-color has-background” style=”background-color:#f4f4f4;color:#2062ce”><!– wp:columns –>
<div class=”wp-block-columns”><!– wp:column –>
<div class=”wp-block-column”><!– wp:paragraph –>
– – – – – –Where in that code above would I slip in the a{color:blue} reference, and how is the code written? And would you only change a to a:hover when writing the code for the hover over link portion, or is there are special way to write “:” also? Thanks for any help.
- This topic was modified 2 years, 10 months ago by .
- This topic was modified 2 years, 10 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Change Hyperlink Color Gutenberg Code Editing’ is closed to new replies.