Changing the css of all a href tags under class ms-rtestate-field

Hi,

I am trying to set "a href", "a href visited" color as the same (#0072c6) for all the paragraphs under the div class "ms-rtestate-field".

In IE developer tools, i can see the below:

<div class="ms-rtestate-field" id="ctl00_PlaceHolderMain_RichHtmlField3__ControlWrapper_RichHtmlField" aria-labelledby="ctl00_PlaceHolderMain_RichHtmlField3_label" style="display: inline;">


<h3>Guides</h3>
<p>To ensure, we have created a number of guides for your use.</p>

<p>The <a href="/test/Pages/Test1.aspx">guides</a> document on how to use them.</p>

How to achieve this?

Thanks

March 27th, 2015 1:47pm

Hi,

The following CSS style for your reference:

<style type="text/css">
        .ms-rtestate-field a:visited {
            color: #0072c6;
        }
</style>

Best Regards,

Dennis Guo

Free Windows Admin Tool Kit Click here and download it now
March 30th, 2015 2:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics