Forum Replies Created

Viewing 30 posts - 121 through 150 (of 176 total)
  • Author
    Posts
  • in reply to: Diagonal Border angle? #1138027

    Hi! I’ve tried something with css and chevron but I want the angle in the middle a little bit more rounded, just like the logo. How can I do that? This is the code i’ve used right now:

    #chevron-creme {
    position: relative;
    text-align: center;
    padding: 0px;
    margin-bottom: -40px;
    margin-top: -40px;
    height: 0px;
    width: 100%;
    z-index: 1 !important;
    background-color: transparent;
    }
    #chevron-creme:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 51%;
          background: #f5f3ed;
          transform: skew(0deg, 6deg);
    }
    #chevron-creme:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 50%;
          background: #f5f3ed;
          transform: skew(0deg, -6deg);
    }

    Thanks!!

    in reply to: Diagonal Border angle? #1137967

    When it’s better to create this another way than with the diagonal border, thats ok! Please help me out!

    For example with SVG? Not familiar with that, but maybe you can help! Really really thanks a lot for all your help!

    in reply to: Diagonal Border angle? #1137965

    Hi thanks! Something happend, the radius is only not in the middel. Maybe thats because it is still rotated? See link! And I want the circle on the other side, so downstairs in stead of upstairs.

    Now we’re working on it.. I would like to try two options. The half circle as described above and 2nd option: in stead of a circle a sort of rounded arrow. Something like this:

    https://ibb.co/q9pBhdZ

    Is this screenshot visible? This is photoshopped… The arrow is a little bit the same as one angle of the logo. Hope you understand me!

    Thanks a lot!!!

    in reply to: Add bottom border radius or bg image #1137032

    @Guenni007 thank you so much! Sorry for my late response! I’m not sure if I like the element the same as the logo. I saw this and really like it:

    What is the easiest way to create this half circle? I’m not familiar with creating svg’s. Can you help me? Would love to learn about it!

    Thanks a lot!

    in reply to: Diagonal Border angle? #1137027

    Hi! Is it possible to not only change the angle, but make it round in stead of diagonal? Something like this:

    Hope you can help me!

    in reply to: Changing Header Color for only one Page #1135870

    Oh now I see!! That’s working, thanks a lot!!

    in reply to: Changing Header Color for only one Page #1131998

    Thanks!!

    Only problem is that the top bar when header is transparant and not scrolled and not got a specific css code, the top bar is grey but I only want it grey when scrolled.

    See private data for link where the header is transparant but I didn’t add a specific color for the top bar. When you’re not scrolling the top bar is #eeeeee. It must be #eeeeee everywhere, rgba(0, 141, 156, 0.5) when header is transparant and on a few pages the top bar is another color which I got specific page ID css codes for.

    This is my css code now:

    .page-id-2#top .av_header_transparency #header_meta, .page-id-305#top .av_header_transparency #header_meta {
    background-color: rgba(0, 141, 156, 0.5) !important;
    }
    
    .page-id-121#top .av_header_transparency #header_meta, .page-id-249#top .av_header_transparency #header_meta, .page-id-332#top .av_header_transparency #header_meta, .page-id-563#top .av_header_transparency #header_meta, .page-id-571#top .av_header_transparency #header_meta, .page-id-582#top .av_header_transparency #header_meta, .page-id-574#top .av_header_transparency #header_meta {
    background-color: rgba(0, 158, 83, 0.5) !important;
    }
    
    .postid-338#top .av_header_transparency #header_meta, .postid-538#top .av_header_transparency #header_meta, .postid-541#top .av_header_transparency #header_meta, .postid-544#top .av_header_transparency #header_meta, .postid-547#top .av_header_transparency #header_meta, .postid-550#top .av_header_transparency #header_meta, .postid-553#top .av_header_transparency #header_meta, .postid-556#top .av_header_transparency #header_meta, .postid-559#top .av_header_transparency #header_meta {
    background-color: rgba(0, 158, 83, 0.5) !important;
    }
    
    .page-id-308#top .av_header_transparency #header_meta {
    background-color: rgba(97, 72, 127, 0.5) !important;
    }
    
    .postid-414#top .av_header_transparency #header_meta, .postid-425#top .av_header_transparency #header_meta, .postid-431#top .av_header_transparency #header_meta, .postid-434#top .av_header_transparency #header_meta {
    background-color: rgba(97, 72, 127, 0.5) !important;
    }
    
    #header_meta {
    background-color: #eeeeee !important;
    }

    Itsn’t there a css code for sticky header, just like there is a code for transparency header?

    Hope you can help me!

    Thanks a lot!

    in reply to: Changing Header Color for only one Page #1130256

    On all pages when scrolling down!

    in reply to: Changing Header Color for only one Page #1130051

    Sorry, is it possible to change the color of the top bar when you scroll down? I made the top bar sticky!

    Thanks a lot!

    in reply to: Diagonal section border makes button unclickable #1130039

    Ah yes, now it’s working! Perfect!

    Thank you!!

    in reply to: Change logo on specific pages #1129996

    Yes, perfect!! “is_single” is working!

    Thanks Ismael!

    in reply to: Changing Header Color for only one Page #1129994

    Perfect, thank you!! I see I didn’t try .postid-338, and that worked!

    in reply to: Diagonal section border makes button unclickable #1129249

    Hi there,

    Thanks but it is’nt working! See link!


    @guenni007
    :

    Thanks!

    in reply to: Change logo on specific pages #1129230

    Hi there,

    I cleared cache but didnt work.

    I tried adding CSS for specific page and that also didn’t work for the portfolio items. See https://kriesi.at/support/topic/changing-header-color-for-only-one-page/#post-1129229

    Thanks!

    in reply to: Changing Header Color for only one Page #1129229

    Hi there, sorry but it’s not working. On the portfolio page you need to see the same color green color in top bar as the other page. See private content.

    What do you think is the right code?

    in reply to: Diagonal section border makes button unclickable #1128869

    Hi Rikard,

    That’s working, but the element is now a lot bigger. Is that the only solution?

    Thanks!

    in reply to: Change background top header when scrolled #1128858

    Hi Rikard,

    When I remove both !important, the color is gone. When I remove only important from first section, the color is always #008d9c. But when the page isn’t scrolled yet, I want it to be rgba(0, 141, 156, 0.7).

    Is there another way?

    in reply to: Add navigation arrows in accordion slider #1128030

    See private content! Thanks a lot!

    in reply to: Breadcrumbs shortcode align right #1126774

    I’m sorry, find out how:

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    float: right !important;
    }

    in reply to: Change logo on specific pages #1126754

    Yes, perfect!

    How can I change the logo for portfolio items? That ID isn’t working (post id: 338).

    Thanks!

    in reply to: Changing Header Color for only one Page #1126745

    Hi! How does it work with portfolio items? This is all not working:

    .page-id-123#top #header_meta {
    background-color: rgba(0, 158, 83, 0.7) !important;
    }

    .post-id-123#top #header_meta {
    background-color: rgba(0, 158, 83, 0.7) !important;
    }

    .post-123#top #header_meta {
    background-color: rgba(0, 158, 83, 0.7) !important;
    }

    .post-123 #top #header_meta {
    background-color: rgba(0, 158, 83, 0.7) !important;
    }

    Thanks!

    • This reply was modified 5 years, 3 months ago by jannnnnneke.
    in reply to: Add bottom border radius or bg image #1125993

    Hi, sorry I think I still need some help. I’ll let you know as soon as possible!! Thank you!

    in reply to: Add bottom border radius or bg image #1125949

    Yes, that is really nice!! Thank you so much!

    I still have to read everything carefully and try it out, but thanks a lot for this!!

    in reply to: Add bottom border radius or bg image #1125572

    I now have added grey image as ‘border’ over the first section. In the first section I have an image and over the image there is an image-overlay.

    Can you see it now or should I add the border bottom left radius back again without the grey image?

    thanks!

    in reply to: Add bottom border radius or bg image #1125563

    Nice, thank you!! I only use the background image overlay in first section and the layer is overlapping the 2nd section. How can I fix that?

    And is it possible to add the border-bottom-right-radius in a diagonal border section? Like a diagonal border included radius?

    Thanks a lot!!

    in reply to: Changing Header Color for only one Page #1121837

    Yes I removed the space and that worked!! Thanks!!

    When I want to add more page-id’s, is that possible in the same line? Something like:

    .page-id-120 .page-id-121 .page-id-122 .page-id-123#top #header_meta {
    background-color: rgba(0, 158, 83, 0.7) !important;
    }

    Or should I add this 4 times to custom CSS with another page ID?

    in reply to: Bottom Section Border Styling in triangle shape #1121734

    I want the bottom border to be not just a line, but a line with radius. For example the pink element here: https://css-tricks.com/the-shapes-of-css/

    To make it easy for myself I thought I design a .png file which I can put as background image in content section and overlap the section above, but:

    When I use png as background in content section, the transparent area is white in stead of transparent. The blue overlay of the section above is overlapping the backgroundimage from section above. When I use png as background in 1/1 column the image is overlapping the section above, but the element is not full widht.

    See the link of test page I sent in last message and login info earlier.

    Am I clear? Thanks a lot!

    in reply to: Bottom Section Border Styling in triangle shape #1121714
    This reply has been marked as private.
    in reply to: Changing Header Color for only one Page #1121567

    If you need login info. See private content. Site is on maintenance mode :)

    in reply to: Changing Header Color for only one Page #1121566

    Hi!

    I want to change color of top bar. I succeed, but now I want the change that color in a few pages. This is the code I used for all the pages:

    #top #header_meta {
    background-color: rgba(0, 141, 156, 0.7) !important;
    }

    So that code is working. What code can I use for a specific page? These are not working:

    .page-id-121 #top #header_meta {
    background-color: rgba(0, 158, 83, 0.7) !important;
    }

    .page-id-121 #top .av_header_transparency #header_meta {
    background-color: rgba(0, 158, 83, 0.7) !important;
    }

    .post-id-121 #top #header_meta {
    background-color: rgba(0, 158, 83, 0.7) !important;
    }

    After I added codes to custom CSS I cleared my cache. And tried both codes first in custom css. Both not working.

    Love to hear from you!

    Janneke

Viewing 30 posts - 121 through 150 (of 176 total)