Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9197455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:04:37+00:00 2026-06-17T22:04:37+00:00

I have links for the main class set to orange in my CSS, but,

  • 0

I have links for the main class set to orange in my CSS, but, I want the read more link as white, and nothing I do is working.

OK, so here is the page setup:

<div class="entry_post">
<a href="http://localhost/" class="more-link">
Read More
</a>
</div>

My CSS:

.entry_post a {
    color:#FF8800;
}
.entry_post .more-link a{
        color:#ffffff;
}
.more-link {
    color:#ffffff;
}

I’m sure I am doing something wrong, but for the life of me i have no idea what’s wrong.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T22:04:37+00:00Added an answer on June 17, 2026 at 10:04 pm

    You need to combine the tag and class selector (the tag selector is optional):

    .entry_post a.more-link {
            color:#ffffff;
    }
    

    .entry_post .more-link a does not work because it means an a in a .more-link in a .entry_post. The problem with the simple .more-link is that .entry_post a is more specific, so it will override it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my main CSS file, I have my a:link selector set to display links
I have main.cpp (including main function) and func1.cpp, and I want to link these
I have several sites that I want to link back to the main site
I have stylesheet block in base layout: {% stylesheets filter='cssrewrite' 'bundles/static/css/main.css' %} <link rel=stylesheet
I'm getting more into jQuery and so have set up a HTML/Javascript/CSS base site
I have 3 divs inside a div. I have set CSS to style links
I have the following two links in my main menu, and I have some
I have links like these that I want to change: mypage.com?page=missions&id=5 mypage.com?page=hello I tried
I have a main page which uses a ViewModel I have created: public class
I have a set of links and their corresponding divs showing information when clicked.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.