Okay
  Public Ticket #872389
MENU TEXT CHANGES AND PORTFOLIO IMAGE GAP IN BETWEEN
Closed

Comments

  • meeta started the conversation

    Hi,

    a few small doubts.

    1.could i have a translucent background behind the menu text so the text shown is clear? and also can he text be a little more bigger? if you could tell me where i can do this,i shall do it myself. (image attached)

    2.the individual portfolio page need a little gap between the images. its set as default spacing or merged. where do i get to add a particular size of the gap? (image attached)

    3.next-prev icons in portfolio page on phone needs to a little smaller. the arrows can also be made similar. is this possible? (image attached) 


    Regards

    Kartthik

  • meeta replied

    also , a few portfolio featured image on the portfolio page has become blue . could you tell us how this has happened and how it can be avoided? 


    Regards

    KArthik

  • [deleted] replied

    Hi Kartthik,

    Sorry for the delay of the answer, as we were on holidays break and support team was partly active. Now we are back and able to help with any issue.

    1— Can you please add the code below to Custom CSS:

    .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li>a {
        font-size: 18px !important;
    }
    
    .main-header .logo-and-menu-container {
        background-color: rgba(19,19,19,0.28) !important;
    }

    2— We have added this option on the Kalium 1.9.4, you can find this option on some of the portfolio layouts that supports this option


    (view large version)

    3— 

    @media screen and (max-width: 768px) {
        .single-portfolio-holder .portfolio-navigation a {
            margin: 0 5px 20px 5px !important;
            width: 40px !important;
            height: 40px !important;
        }
    }
    

    4— I'm sorry but i don't see any problem there.