Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #180934

    Website is: http://copperadvantage.com/home-v7-one-page-portfolio/
    Questions:
    1) How do I scale up header tool-bar font size, scale up logo?
    2) Change Order button to different color and bold to make stand out?
    3) Change font size throughout the theme?
    4) Is there a way to hide the RSS feed titles? It says optional but when I don’t place a title it defaults to the title of the site.

    Thanks in advance

    #181136

    Hi DoGrinDigital!

    1, Try adding this code to the Quick CSS:

    .logo, .logo img {
    width: 450px;
    height: auto;
    }

    2. By ‘Order Button’ you mean the ‘checkout’ link on your menu? that could be changed with this:

    #menu-item-2659 a {
    color: #F00;
    font-weight: bold;
    }

    3. I guess you mean changing the main section font size, this may work for you:

    #main * {
    font-size: 16px;
    }

    4. You want to remove the title elements from this? http://copperadvantage.com/feed/

    Regards,
    Josue

    #181316

    Where do I place the codes for #2 and #3?

    #181320

    custom css

    #181324

    So I just copy and paste all the codes above in the quick css?

    #181338

    Hi!

    Yes, all of them, you could put them either in css/custom.css or Quick CSS.

    Cheers!
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Couple Questions Regarding Theme’ is closed to new replies.