• Resolved Piani

    (@webbmasterpianise)


    Is the option to change to custom color of text and links coming as standard in next version?

    Or can you show what parameters I would best to use for this in my child theme style.css plz.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andre

    (@creativedreams91)

    Yes there is a way to change them. You would have to go in the style.css file but you would first need to know which text you would like to select.

    This is a general way to change all the text color

    p {
      color: red;
    }

    change the red to the color you want

    or links with

    a {
     color: red;
    }
    Andre

    (@creativedreams91)

    to change the look of the text choose

    p {
     font-family: serif;
    }

    or the typography style you want.

    Theme Author Rajeeb Banstola

    (@rajeebthegreat)

    Hello wm,

    I will consider adding option to change custom color of text and link in upcoming version.

    Thanks for using Techism theme ??

    Theme Author Rajeeb Banstola

    (@rajeebthegreat)

    Hello Andre,

    Thanks for sorting out the question.

    Thread Starter Piani

    (@webbmasterpianise)

    What im after more urgent in detail is the font in main menu of active page and all the font in mobile menu. They seems to use the “a” (link) tag only. They are in standard dark grey and very hard to read against the black background. I might figure a custom setting out but i think this fonts should be lighter in standard theme.

    The default grey text color causes problems for some people regardless of background color. I have some elderly users, using older monitors who have difficulty reading the next in the sidebars. There just isn’t enough contrast for them to read the text easily.

    I’ve tried to change the style sheet to darken the text but so far I’m unsuccessful. If I understand the reply above, If I insert the code below, it should changed the font color everywhere to black, Correct?

    p {
    color: black;
    }

    Thread Starter Piani

    (@webbmasterpianise)

    @crucis: If you do that I think you will get black text on black menues. In the responsive menu anyway. You must first set custom menu colors. I havent spend time to solve this completely since the responsive menu is affected by the page text colors.

    I am OK with the gray fonts for my users but I am looking forward to a custom font setting (like “Styles” for Twent Twelve) for this theme in coming verions.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change text color’ is closed to new replies.