Okay
  Public Ticket #899760
How to change font attributes in some areas
Closed

Comments

  •  2
    stevienick started the conversation

    Hello,

    We just found some letters of the Japanese fonts is hard to read in this area.
     http://prnt.sc/clabew

    We think we would like to change font attributes like size, color, typeface, bold or not bold in the area A and B each.
     http://prnt.sc/clabj0

    For example:
      A : font -> green
      B : font -> yellow, size-up, bold

    If it is difficult to change A's font attributes, it is OK to change only B like this following sample.
      A : font -> white(same color), same size, same typeface and so on
      B : font -> yellow, size-up, bold

    Please teach us how to change font attributes in your theme.

    Thank you so much again!

  •  2,010
    Ocean replied

    Hello,

    Please go to Appearance->Theme Options->Styles->Custom CSS and use the custom CSS below:

    A: .section-title h2 {color: green}

    B: .section-title .desc{color: yellow; font-weight: 700}

    You can see CSS Tutorial in this link below

    http://www.w3schools.com/css/

    Thanks.

  • Nor replied

    Hello,

    Thanks very much for your support.

    We tried to find ".section-title h2" and ".section-title .desc", but we were not sure which one. So we become to ask you the exact answer...

    We always feel sorry to take your time and appreciate your kind support.    ;)

    Thanks so much again!

  •  2,010
    Ocean replied

    Hello,

    If you just change this section, you can try to use this custom CSS below:

    #section-pricing .section-title h2 {color: green}
    #section-pricing .section-title .desc{color: yellow; font-weight: 700}

    #section-pricing is the section pricing.

    Thanks.

  • Nor replied

    Hello,

    We gradually understand your naming rule of sections(selectors) in your theme.

    Thanks very much for your kind support again!!  ;)

  •  2,010
    Ocean replied

    Hello,

    Let us know if you have any problem.

    Thanks.