You are setting the color of the paragraph the link resides in, but in style.css
(that is part of the theme you are using) there is a rule targeting all <a>
elements that is more specific targeting and is overriding the color you are trying to set at the <p>
level.
You can try customizing the theme by adding additional CSS rules to override the hyperlink color. I would not edit style.css
in the event the theme gets updated and overwrites any changes you make.
Related Posts:
- Is it possible to make WordPress core (iris)colorpicker-wrapper higher instead of making colorboxes scale smaller?
- How to add color picker in theme options
- Cutomize Colors utility: How to add more configurable colors to a theme
- How to clear wpColorPicker (Iris.js)?
- color value of wpColorPicker
- How to place a color picker field into my plugin admin tab
- What are System fonts and where are they used?
- How do I edit text color for shortcode?
- Visual list of all installed fonts with respective pangram phrase?
- iPhone system font
- convert Hsl to rgb and hex
- Tallest Unicode character?
- CSS Font Border?
- What is the iOS 8 System Font?
- What is the default font of Sublime Text?
- How to set the font size in Emacs?
- How can I extract embedded fonts from a PDF as valid font files?
- How do I install a custom font on an HTML site
- How to set String’s font size, style in Java using the Font class?
- What is the jasperrepots-fonts jar for and how to use it?
- Which font is used in MS-DOS?
- Why do fonts appear jagged in Chrome?
- Failed to decode downloaded font
- How can I change the Bootstrap default font family using font from Google?
- How do I change the font color in an html table?
- Can I underline text in an Android layout?
- Set line height in Html
to make the html looks like a office word when
has different font sizes
- How to import Google Web Font in CSS file?
- font-weight is not working properly?
- Chrome’s fonts are too light to read
- Dashicons in wordpress (frontend) won’t display
- Changing code font size on wordpress
- Lucida calligraphy font not working wordpress site in android chrome
- How to force a custom font to apply in wordpress OceanWP theme?
- How to move the sidebar in TwentyFifteen to the right?
- How do I implement the WordPress Iris picker into my plugin on the front-end?
- How do you add custom color swatches to all WYSIWYG editors?
- How to implement color picker from wordpress in my plugin?
- Enqueue custom font file with rel=”preload”
- How to add Color Picker in Theme Options for the following?
- Color Picker (iris) in widget – refresh when edited in Customizer
- How to refresh Theme Customizer after change color inside wpColorPicker?
- Adding Colorpicker Field To Category
- How to add color picker to widgets?
- Change background color with a dominant from picture
- How to Use WordPress Color Picker API in Custom Post Type Metabox
- How do I change Twenty Nineteen’s primary color without using the color slider in the theme customizer?
- use add_action(‘wp_head’) in a widget for generating dynamic CSS styles
- CSS rules that the theme gets from a function
- @font-face doesn’t work
- Create a full width responsive header image per page
- Custom color for each category name
- How can you change default color scheme in a Twenty Fifteen child theme?
- Color picker for posts and pages
- WP Gutenberg custom block – generate theme colors from SASS and use them in the inspector and php callback
- Theme Twenty Fifteen: Customize Color Scheme Customizer
- How to add custom fonts in WordPress site
- iris color picker in widget – click event doesn’t fire when initially when widget is first created
- Adding WordPress colorpicker in widget settings
- WordPress Iris Colour Picker adding iOS touch events
- Modify Javascript Configuration Options for Theme Customizer Colour Picker
- Add transparency to wordpress color picker?
- How to remove google font in WordPress for only single page?
- Change default colors in paragraph block settings
- How i can use font in wordpress?
- Change Default Font Size and Remove Unwanted Font Sizes in TinyMCE
- Add colorpicker to featured image
- How to use rgba color from theme customizer color picker
- Can I share predefined fonts from theme_support with a gutenberg component?
- How to store Gutenberg ColourPicker RGBA as metadata
- replace hamburger menu bar with word Menu in twenty fifteen theme
- Adding custom fonts (local) to WordPress?
- How to customize a divs background dynamically using Advanced Custom Fields Plugin?
- wpColorPicker is not a function!
- How to set different font family based on text language?
- How can I allow upload of ttf or otf font files when hooking `upload_mimes` doesn’t work
- How to stop the Divi theme from loading Google fonts [closed]
- Custom color does not stick
- Color Picker Showing Twice When Widget Added to Sidebar
- Is there a way to set the gutenberg color palette outside the theme?
- Remove Font-Awesome MaxCDN Link & Load Locally
- Twenty Fifteen: Adjacent posts by menu_order [duplicate]
- wpColorPicker: How update colors on input value update?
- Default font in 2012?
- How to set a default color for the WordPress Customizer’s color picker?
- How to load plugin after page is loaded – pagespeed issues
- I have no idea “How change font for elements in widget?”
- How to load google font only if custom logo is not uploaded
- How I can get custom field’s current value?
- TwentyFifteen: How can it show a different color on every post page?
- Where Do I Find The Astra Default Font Family That All Text Elements Are Inheriting From? [closed]
- How can I add a color picker to a custom Gutenberg block which includes the default system palette from theme.json?
- Add fields in customization tab to change background colours of certain classes
- How can I set Cache TTL for woff and woff2 font files with htaccess?
- How to stop twenty fifteen theme from cropping featured images?
- Can the wordpress color palettes by changed through Javascript?
- How do I update the wpColorPicker palette after initialization?
- Customizer’s “Imported Fonts” – How To Use Them?
- changing font size and font of a custom message added after comment
- Font Awesome 5 Free – far working but fas is not? [closed]