Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #294268

    Hi there,
    Just love this theme, but after searching through the support forums I still need a bit of help with a few things:

    1) I have used this code to make the logo bigger in the header, but now it is too close to the Nav menu
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 116px!important; line-height: 116px!important; }
    .logo, .logo a, .logo img { max-height: 116px!important; }

    2) How do I make the Info text font bigger “Patent & Trrademark etc in the bar above the navigation?

    3) How do I make all hyperlinks bold including the Read More –> in the Home Page

    4) On the pages that have a CONTACT COTTERS Promo Box with Button, I want to make the font colour in the button black. I have pasted this code in for the size, but cannot find the syntax for font-color: black;??
    .avia-button.avia-size-large { font-size: 16px; } /* for large buttons */
    .avia-button.avia-size-medium { font-size: 16px; } /* for medium buttons */
    .avia-button.avia-size-small { font-size: 17px; } /* for small buttons */

    5) Flags on Home Page – do you have advice how I can make these smaller so they all fit on one row – at the moment the layout is restricted to 5 columns across?

    If you look at the Quick CSS, I have tried a few things that you will see.

    #294301

    Hey JamesNortonDesign!

    1- Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value and change the size in Header Custom Height
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .phone-info { font-size: 16px; }

    3-

    a { font-weight: bold; }

    4- I cannot see promobox on your page. Did you mean Contact form button? If so, please use following code

    input.button { color: black!important; }

    5- You can try adding 2 flags into 1/4 column element. If that does not help, please do so and then let us know so we can have another look

    Regards,
    Yigit

    #294313
    This reply has been marked as private.
    #294315

    Hi James!

    Please add following code to Quick CSS

    span.avia_iconbox_title {
    color: black;
    }

    Best regards,
    Yigit

    #294319

    Thanks again. One last thing, unrelated – how do I upload an avatar image to my Profile – can’t see upload image anywhere… am I missing something… James

    #294322

    Hey!

    You should register with the e-mail address you are using on http://gravatar.com and upload your avatar in there :)

    Regards,
    Yigit

    #294327

    Thanks Yigit. This is my first WordPress site and first use of a template and I must say as a Drupal man I am impressed with the Enfold theme, its customisation and your level of customer support. Keep up the good work! Cheers
    James

    #294330

    Hi!

    You are welcome James! Thank you for your kind words :)

    You can find Enfold documentation here – http://kriesi.at/documentation/enfold/ and some video tutorials here – http://vimeo.com/channels/aviathemes. You can request or vote requested features here – https://kriesi.at/support/enfold-feature-requests/

    If you have any other questions or issues, please feel free to post them here and we will gladly try to help you

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Logo header size, Info text font size and Promo Box Button font colour’ is closed to new replies.