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 7195011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T20:29:34+00:00 2026-05-28T20:29:34+00:00

I am new to css and while I understand the basics, I am having

  • 0

I am new to css and while I understand the basics, I am having trouble selecting specific text on my Drupal site. The theme I am using is “stark”, so it adds very little styling at all and none that shows up when I examine my styles for the content ‘TEST’ (last line) using firebug.

The current div stack is below. I am using panels so it adds a few divs.

<div id="crhub" class="panel-flexible crhub clearfix">
 <div class="panel-flexible-inside crhub-inside">
  <div class="crhub-left">
   <div class="panels-flexible-column panels-flexible-column-crhub-1 panels-flexible-column-first ">
    <div class="inside panels-flexible-column-inside panels-flexible-column-crhub-1-inside panels-flexible-column-inside-first">
     <div class="panels-flexible-row panels-flexible-row-crhub-3 panels-flexible-row-first clearfix ">
      <div class="inside panels-flexible-row-inside panels-flexible-row-crhub-3-inside panels-flexible-row-inside-first clearfix">
       <div class="panels-flexible-region panels-flexible-region-crhub-cr_logo panels-flexible-region-first panels-flexible-region-last cr-logo">
        <div class="inside panels-flexible-region-inside panels-flexible-region-crhub-cr_logo-inside panels-flexible-region-inside-first panels-flexible-region-inside-last">
         <div id="#cr-logos" class="panel-pane pane-page-site-name">
          <div class="pane-content"> TEST </div>

When I select “TEST’ on the site firebug state the controlling CSS as the following taken from my local.css file.

body {
    color: #000000;
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size: 81.3%;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.538em;
}

The intended styling in my local.css is nothing uncommon.

{
  color: #669900;
  font-weight: bold;
  font-size: xx-large; 
}

EDIT:
The classes defined by panels occurs anywhere I use a panel on the page or site. I need specific css to lock this down to the specific text on this specific content. That is why I added the ID #cr-logos, but I can’t seem to isolate this ext.

I have tried many combinations to select the text, but nothing overrides the base body definition in the CSS above. All of these divs, IDs, and classes have me confused. I am also confused by class names such as "class="panel-pane pane-page-site-name". Is this two classes listed together, or just one?

  • 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-05-28T20:29:34+00:00Added an answer on May 28, 2026 at 8:29 pm

    It looks like you just need to remove the “#” from your div’s id attribute.

    <div id="cr-logos" class="panel-pane pane-page-site-name">
      <div class="pane-content"> TEST </div>
    </div>
    

    And then it should be as simple as selecting .pane-content with a descendant selector:

    #cr-logos .pane-content {
        color: #669900;
        font-weight: bold;
        font-size: xx-large;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having a problem lining up some icons and am new enough to css
New to javascript/jquery and having a hard time with using this or $(this) to
First of I am new to CSS and don't seem to understand how classes
I'm making a sort elements web game using jQuery, HTML & CSS. While everything
I'm having a quite specific CSS problem. I'm trying to get a paragraph of
I'm pretty new to CSS and have found a nuance that I don't understand.
While developing a new site I stop periodically and test all new functionality in
How to add new css class or id and then write properties for html
I am new in CSS so please help me in this problem. I hope
First off, I apologize if this doesn't make sense. I'm new to XHTML, CSS

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.