• Resolved Dex Bos

    (@dexbos)


    Hi,

    Great theme! One question: How can I change the desktop size of the text? Its just to big for me ??

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • would you like to post a link?

    Thread Starter Dex Bos

    (@dexbos)

    First, add a child theme, then try adding the following to style.css

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

    font-size: 100%;
    }

    play around with the percentage above to get the text size you want.

    if you want this to only adjust on a desktop, you will have to add @media query for the desktop size around the code above.

    Thread Starter Dex Bos

    (@dexbos)

    Thank you! ?? One problem: the text of the menu is too small. Is it possible to remove the menu from your code?

    Thread Starter Dex Bos

    (@dexbos)

    Oh wait, I did it! ?? Can someone please delete this topic? (not locked please, in connection with seo)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change text size on dekstop’ is closed to new replies.