Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #864753

    Hi,
    Ich möchte die Sidebar auf meiner Homepage bearbeiten. Gibt es sowas wie general styling Einstellungen für die Sidebar oder muss man das alles über CSS machen? Wenn ja, könnt ihr mir einen Code für die Änderung der Schriftart, Schriftfarbe, Größe und vielleicht auch Breite der Sidebar schicken?
    Das wäre super!

    Viele Grüße

    #865067

    Hey lena1234,

    You would likely need custom CSS, could you let us know exactly what you want to change in the sidebar? Please post a link to your site so that we can have a closer look.

    Best regards,
    Rikard

    #865418

    Hey Rikard, thanks for your answer.
    I want the fontsize like two px bigger (so thats a little bit smaller than the font on the main content).
    I thought about having buttons or borders around the sidebar. And I want to change the backround color.

    Is it only possible with css or is there a plugin or something like that?

    And is it possible to have smaill icons on the left side of the text?

    best regards
    Lena

    #865605

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling to change the font size:

    .sidebar .menu-item a {
      font-size:14px !important;
    }

    About the background; do you want to change the background of the whole sidebar or just behind the menu items? Changing the sidebar background can be very tricky unfortunately.

    Best regards,
    Rikard

    #865686

    Hi, the Css works, tahnk you.

    If its to tricky to change the whole background, it would be also ok to only change it behind the items.

    Lena

    #865698

    Hi, I just changed the way to solve my problem.
    I will just create the sidebar within the avia layout editor, so there are more opportunities.
    But now my question is, if its possible to have a text as a hover over icons (like for pictures)
    Because I want to have Icons as Sidebar and then, I somebody hovers over the Icon, it dissapears (or is transparent) and a text will appear.

    That would be great!

    Greetings
    Lena

    #866264

    Hi Lena,

    I am seeing the tooltip text on hover, is this what you needed or do you need a different solution?

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #867511

    Hi Victoria.

    I thougt about having a hover over the icons like over pictures. Do you now what I mean?

    Greetings
    Lena

    #867533

    Hi Lena,

    I’m not sure what’s the desired output that you want to achieve, can you post a screenshot of it, so we can have a better idea.

    Best regards,
    Nikko

    #867539

    Hi nikko,
    I just changed the way to do it. Now I have a Masonry Gallery. I changed the Size of the images in custom css

    .av-masonry-col-2 .av-masonry-entry {
    width: 70%;
    }

    but now, I want them to be in the center of the “sidebar”.

    And how can I change the font size from the masonry hover?

    Its just the same link I sent above.

    Best regards
    Lena

    #868304

    Hi,

    Try adding this css code for making the width of the image 70% and centered in Quick CSS (Located in Enfold > General Styling):

    .page-id-3404 .av-masonry-col-2 .av-masonry-entry {
        width: 70%;
        margin-left: 15%;
    }

    As for the font, try adding this css code:

    .page-id-3404 .av-masonry-entry-title.entry-title {
        font-size: 14px !important;
    }

    Best regards,
    Nikko

    #868608

    Ok, that worked, Thank You!

    But now, the text is not in the middle of the picture. e.g. on the first picture “Kommunikationstechnik” the text align have to be left. I tried it in css but it doesn’t work.

    Greetings
    Lena

    #868704

    Hi Lena,

    I have checked it and it seems the css code you used have a slight error, I’m referring to this css code in your site:

    .av-masonry-entry-title.entry-title {
        font-family: 'Century Gothic', sans-serif;
        test-align: center!important;
        font-size: 12px !important;
        text-transform: uppercase;
    }

    Just replace:

    test-align: center!important;

    with

    text-align: center!important;

    Hope this helps :)

    Best regards,
    Nikko

    #869257

    Hi Nikko,

    The Code also doesn’t work… Is there another way to do it?

    #870165

    Hi,
    If I understand correctly, you wanted the text to be centered, which it does, unless I’m looking at the wrong element.
    2017-10-29_125147

    Best regards,
    Mike

    #872952

    Hi there.
    The text is just centered at some elements. Have a look at the elemets under “kommunikationstechnik” or at the element with the key. It always have this little gap at the left side.

    is it possible to change that?

    Best regards
    Lena

    #872965

    Hi,
    Sorry, I’m not seeing that with Chrome, Firefox, or Edge on Windows. Which browser / OS are you using? Can you add a screenshot of what you see?
    2017-11-06_041944

    Best regards,
    Mike

    #874062

    Hi, I just use Chrome.
    I’m sorry but I don’t know how to send you pictures.

    Greetings, Lena

    #874419

    Hi Lena,

    You can upload images to a service like google drive, dropbox, imgur etc. and then link to it here.

    Best regards,
    Rikard

    #874837

    Hi, here are two examples of what I mean.
    Theres just don’t understand why the text didn’t start at the very left of the picture.

    https://www.dropbox.com/s/w012w2386lvwvkj/screenshot1.PNG?dl=0
    https://www.dropbox.com/s/kf089127jl6ghxa/screenshot.PNG?dl=0

    Do you know what I mean?

    Best regards
    Lena

    #875274

    Hi Lena,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-masonry-entry .av-inner-masonry-content {
        padding: 8px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #875448

    Hi, that’s perfekt!

    Thank you very much for your help!

    Best regards
    Lena

    #875507

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Sidebar Settings’ is closed to new replies.