New Landing How can we help? Atelier Logo is Super Small & Menu Items are not Contained

Viewing 15 posts - 16 through 30 (of 50 total)
  • Posted in: Atelier
  • #291860
    ap2garci
    Member
    Post count: 36

    Ok. How about these issues:

    1) How can I add more options to the top menu bar? It only allows to choose 1 for each the left and right side? How do I add more than 1 for each side?

    2) I do not have the options for social icons or the newsletter sign up in the widget sections for my footer. How do I get these?

    3) This code does not change the social icons color in the top menu bar, only in the regular header navigation:

    #header .aux-item ul.social-icons li a {
    color: blue;
    }

    I need to change the social icons in the top header.

    #291897
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Its not possible through the theme currently.

    2- Just use the text widget and insert this [social type=”standard”] and use html code newsletter.

    3- Please use this custom css code:-

    ul.social-icons li:not(.sf-love) a i {
        color: blue !important;
    }
    #291961
    ap2garci
    Member
    Post count: 36

    1) Ok thanks.

    2) I figured out the social icons with the shortcode but do not know the HTML for the newsletter. Can you help with this?

    3) Ok thanks.

    And now how do I make this list be aligned center? What’s the extra-class I need to put in, what does it look like? Nothing I try seems to be working.

    [list extraclass=””]
    [list_item icon=””]About Us[/list_item]
    [list_item icon=””]Contact Us[/list_item]
    [list_item icon=””]My Account[/list_item]
    [list_item icon=””]FAQ[/list_item]
    [/list]

    #292027
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    2- Please generate the code here http://mailchimp.com/.

    4- Please give a extra class named alignLeft. After that provide me specific page url with issue.

    Thanks
    Mohammad

    #292213
    ap2garci
    Member
    Post count: 36

    I put “aligncenter” “center” and different options in the code but nothing works. It is in the widgets with the shortcode for “list” in a text editor section widget for the footer. You can see the footer on exertd.com to see the menu not moving to the center.

    Attachments:
    You must be logged in to view attached files.
    #292218
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .widget ul.aligncenter li{
    text-align:center !important;
    }

    Thanks
    Mohammad

    #292224
    ap2garci
    Member
    Post count: 36

    Thank you. Do you know how I can make hover effects to this list?

    #292226
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this css selector, add the css rules you desire inside.

    .widget ul.aligncenter li:hover{
    
    }

    -Rui

    #292232
    ap2garci
    Member
    Post count: 36

    Thank you. With this I can add background-color: #2d8e91 to make the background color of the text change on hover but how do I change the color of the text and not the background? Simply, color: #2d8e91 doesn’t work.

    #292309
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Try:

    .widget ul.aligncenter li:hover a {
    color: #2d8e91!important;
    }

    – Ed

    #292311
    ap2garci
    Member
    Post count: 36

    It still does not work with that code.

    #292414
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code, it will work sure.

    .widget ul.aligncenter li a:hover{
    color: #2d8e91!important;
    }

    Thanks
    Mohammad

    #292672
    ap2garci
    Member
    Post count: 36

    Thanks.

    How do I make a FAQ page like the one in the demo? There’s only one FAQ option in the page builder and there’s no option to change the style of it.

    #292676
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please create new topic for this issue.
    Thanks
    Mohammad

    #292809
    ap2garci
    Member
    Post count: 36

    Ok I will thanks. Can you help me with one more thing design related?

    I want to make the text on this page (http://exertd.com/privacy-policy/) have an opacity behind it like a semi-transparent background just behind the text so it stands out from the background image. How can I achieve this?

Viewing 15 posts - 16 through 30 (of 50 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register