Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #699084
    Rob Matthews
    Guest

    I have bought Enfold.
    I am trying to find how to post a question?
    Please advise.

    #699103

    Hey Rob!

    Thank you for contacting us!

    Please register to our forum – https://kriesi.at/support/register/ and start a new thread – https://kriesi.at/support/forum/enfold/. Your website did not load on my end. We can continue on the thread you will start :)

    Best regards,
    Yigit

    #699357

    Sorry for the typo in the url.

    I want to set the black background of the menu to #009799.

    • This reply was modified 8 years, 1 month ago by Robcmatthews.
    #699363

    Hey!

    Please change it to the following and let us know if that will fix your issue

    .header_color .main_menu ul:first-child > li {
    background: white !important;
    }

    Thanks a lot

    Best regards,
    Basilis

    • This reply was modified 8 years, 1 month ago by Basilis.
    #699365

    Added it but it doesnt work!
    I removed the last }

    And it kind of worked. However I want the whole black strip (full width) to be the new color.

    .header_color .main_menu ul:first-child > li {
    background: white;

    #699395

    Hi!

    Can you please show me with a screenshot whcih are you mean?

    Thanks a lot

    Cheers!
    Basilis

    #699542

    Hi,
    You can log in and see it. I sent you the log in details – do you have them?

    How do I attach the screenshot?

    The change you gave me above is seen here
    http://www.wholebodyhealing.co.uk

    This is the original template. http://kriesi.at/themes/enfold-lifestyle-blog/ – I want what was ALL BLACK to be the new color. So that black bar on the top behind the munu links I want to change all of it to a new colour. I dont want just the middle I want the whole thing to change.

    The next odd thing is that if I put the closing curly bracket into the QUICK CSS the effect of the change is gone…loike it is not picked up.

    PLEASE LOGIN AND LOOK AT THE CODE AND TRY IT:

    thx

    • This reply was modified 8 years, 1 month ago by Robcmatthews.
    #699576

    p.s I also added the code you gave above to the custom.css file
    It had no effect.

    I removed it again.

    #700000

    BUG #1 REPORT
    ============

    I have an error. See http://www.wholebodyliving.co.uk/home/?preview_id=6&preview_nonce=ff1dbf13f3&_thumbnail_id=-1&preview=true

    I added a container and text box to the page. Saved it and….it errors.

    #700001

    Question.
    Where do I change the font color – I want all fonts used in text boxes to be white unless they are links or other elements.
    I also want to set the font size to 16px

    • This reply was modified 8 years, 1 month ago by Robcmatthews.
    #700440

    Hi Rob,

    Kindly add this to Quick CSS:
    This code is to change the black background color on the top where the main menu lies

    #top #header_main_alternate, 
    #top #header .av-main-nav > li > a {
        background-color: #11abd6;
    }

    Also add this code, this is for the color of the border for the main menu and also the search icon:

    #top #header .av-main-nav > li > a, #top #wrap_all #header #menu-item-search>a {
        border-color: #1f8cab;
    }

    I hope you find this answer helpful. :)

    Best regards,
    Nikko Ayag

    #700505

    Hi Nikko,
    It has ZERO effect. Nada.
    I sent you the login details please login and check it yourself.
    Thx
    Rob

    #700550

    Hi Rob,

    I have logged in and added this code in your Quick CSS:

    #top #header_main_alternate, 
    #top #header .av-main-nav > li > a {
        background-color: #11abd6 !important;
    }
    
    #top #header .av-main-nav > li > a, #top #wrap_all #header #menu-item-search>a {
        border-color: #1f8cab !important;
    }

    The code is same as above but with the !important which will force the color not to be overridden by any css. Please change the background and border colors as you see fit. Hope this helps out.

    Best regards,
    Nikko Ayag

    #700557

    ​Hey Nikko,
    it works .

    Great. Thank you.

    Next question.

    See the image of text on white background…I dont want any space around
    it…borders, padding etc. I have tried it with and without a 1/1 Layout
    element. Still the same. How do insert images and control this?

    Thx
    Rob

    #700562

    Another Question.

    Can I have the quick CSS to set the base font, color and size for the text box.

    Thx

    #701127

    Hi,

    use this code:

    main.template-page.content.av-content-full.alpha.units {
    padding: 0;
    }

    About which text box are you talking about? screenshots would help. Basically you can set all this inside Advanced Styling in the Enfold settings.

    Please open a new ticket for a new question, otherwise it gets confusing in our forum.

    Best regards,
    Andy

    #701134

    Hey Rob,

    I have added this at the bottom of your Quick CSS:

    .home .template-page.av-content-full {
        padding: 10px 0 !important;
    }

    this will reduce the extra padding but you can further reduce it if you change the 10px to 0. As for the last question:

    .avia_textblock {
        color: #222;
        font-family: 'custom-font-here', Arial, sans-serif,
        font-size: 16px;
    }

    you can just play in with the values, as for using custom font you might want to check this thread: https://kriesi.at/support/topic/new-custom-font/

    Cheers!
    Nikko

    #701271

    Hey Guys,
    Your support is awesome.
    I am 100% satisfied with the product.

    I am getting the hang of tweaking the CSS with your help.

    Two questions.
    HOW do I add a screen shot?
    HOW do I start a new ticket?

    Thx

    #701273

    Hey!

    1- You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
    2- You can go to Enfold sub forum to start a new thread – https://kriesi.at/support/forum/enfold/

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Posting a support question’ is closed to new replies.