Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter dt125x

    (@dt125x)

    I added :

    h1, h2, h3, p {
      color:black;
    text-align: center;
      font-weight:bold;
    font-family:times new roman;
      font-style:italic;
      font-weight:bold;
    }

    It changes all paragraphs? I wanted to change just h1,h2 and h3…Why?

    Why there’s also a “p” in that rule?

    And for some element you need stronger rules, more specificity.

    Thread Starter dt125x

    (@dt125x)

    Ok, I managed the titles but on my homepage pharagraphs are blue color…

    I found this code on those pharagraphs:

    Inherited fromstrong
    element.style {
      color:#3366FF;
      font-family:'times new roman', times;
    }

    Hm, Why is it blue by default ?

    What is this tag you have in your page?

    <strong style="color: #3366ff; font-family: 'times new roman', times;">

    that’s the why.
    Who placed that code there?

    Thread Starter dt125x

    (@dt125x)

    This should be for titles :S not for pharagraphs …

    Now I set clear formatting for all css and now with no code everything is blue… So without <strong style="color: #3366ff; font-family: 'times new roman', times;"> it is still blue by default…

    I am missing something :S

    Removed it from where?
    I can still see it as ancestor of this paragraph

    <p>Town center,Quite neighborhood,Grill place,Safe parking lot, 400m – beach (5-10min walking),WIFI, AIR CONDITION, SAT-TV, BALCONY…Breathtaking view terrace,</p>

    Thread Starter dt125x

    (@dt125x)

    Removed it from “Text” in WP… ( there is option Visual and Text)

    It is still the same…

    Where should I erase it?

    Thanks

    There are unclosed tags in your left sidebar in my opinion. Don’t know if is something you typed or is about the widgets you’re using there, or some other plug-in, for sure not a customizr issue.

    But let me understand what color you want your paragraphs?

    Thread Starter dt125x

    (@dt125x)

    I want it to be light black color like it comes by default…

    So you cannot solve the issue with the widgets?
    Also, don’t get, this rule doesn’t work?

    p {
        color: #5A5A5A;
        font-weight: normal; /* remove the bold effect*/
    }

    Thread Starter dt125x

    (@dt125x)

    Yeah, this rule works… 😉

    I wanted to find where the problem starts… Maybe there is some widget interfering…

    But I will leave it like this now…

    Thanks very much 😉

    You’re welcome, I hope you can find out the source of the problem

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Blue text on homepage ?’ is closed to new replies.