Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1277421

    Hello, how can I add a frame in title “Hiking”, such as caption on Fullwidth Easy Slider in homepage. Any ideas?

    Please check the link in private content

    #1277607

    Hi troupdim,

    Please do the following:
    1. Edit the Color Section (where the heading is located), go to Advanced > Developer Settings > Custom ID Attribute set value to top_section then save.
    2. Go to Enfold > General Styling > Quick CSS, then add this CSS code:

    #top_section .av-special-heading-tag {
        display: inline-block;
        padding: 10px 15px;
        background-color: rgba(0,0,0,0.5);
    }

    To apply this on other pages, just repeat step 1 (skip step 2).

    Best regards,
    Nikko

    #1277654

    I want to apply this settings on special heading in every page, not menu items

    • This reply was modified 3 years, 10 months ago by troupdim.
    #1277729

    Hi troupdim,

    Yes, this code will only apply on the special heading and the condition is it should be inside a Color Section with an ID of top_section.
    This will not apply on menu items, you can see this class av-special-heading-tag which targets the special heading.

    Best regards,
    Nikko

    #1278427

    Hello, it’s done.

    (1) How can I change the color of contact form? Please check the link in private content.

    (2) How can I apply, the images to control automatically in Horizontal gallery (Please check Activities – Hiking subumenu)

    • This reply was modified 3 years, 10 months ago by troupdim.
    #1278905

    Hi troupdim ,

    There’s only three Color Schemes for Default, Light Transparent and Dark Transparent, if none fits to your liking then you can just set it to Default, then in Enfold > General Styling > Quick CSS add this CSS code:

    #top .main_color input[type='text'], #top .main_color textarea {
        border: 2px solid blue;
    }

    just change the blue color to anything you’d like.

    For #2, what do you mean by controlling images automatically? do you mean like autoplay?

    Best regards,
    Nikko

    #1279099

    1. the css code didn’t work
    2. yes, I mean autoplay

    #1279799

    Hi troupdim,

    1. I have inspected the site and the Dark Transparent color scheme is still taking effect, please change it to default. Also, the CSS code isn’t fetched. You can see this if you inspect over the input/text field.

    2. Unfortunately, there’s no option for this, so the only way is to tweak a core js file which is outside the scope of our support.

    Best regards,
    Nikko

    #1279826

    ok. It’s done. How can I set the same font (via css) for the whole site? Also, how can I set the dimensions of photos (example: https://www.wadeactivities.gr/activities/hiking/) for desktop 22′ and mobile?

    #1280457

    Hi troupdim,

    Please add this code in Quick CSS for the font:

    #top .av-special-heading-tag {
        font-family: 'georgia','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif !important;
    }

    As for setting the dimension for the photos for desktop and mobile, the only workaround for that is using CSS (combination of Media Query and changing the background image)
    Here’s an article that I believe is helpful: https://www.webfx.com/blog/web-design/responsive-background-image/

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.