Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1016897

    How to make the font size changed and the color changed to the below screen shot’s three elements.
    http://prntscr.com/l0izpc
    Please note that there is three elements i have selected please mention for all three.

    #1016899

    Hey prana_aok,

    Separate css is required for each one. Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1016957

    Also i would like to make the height of each box to same. http://prntscr.com/l15pay
    Same link above for this one too.

    #1017076

    Hi prana_aok,

    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

    
    .home .iconbox_top .iconbox_content {
        min-height: 225px;
    }
    .av_phone_active_right .phone-info {
        font-size: 14px;
    }
    

    How do you want to adjust the social icons and the logo?
    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1018023

    http://prntscr.com/l2a7u0

    What is the css to make these boxes same height, (https://www.emode.lk/company/)

    #1018029

    Hi,

    Add this to quick css:

    .post-entry-31 .iconbox_content{
        max-height: 200px!important;
        min-height: 200px!important;
    }

    Best regards,
    Jordan Shannon

    #1018070

    How to have a button click link to navigate on the same page.

    http://prntscr.com/l2bd9g
    From this button click on https://www.emode.lk/portfolio-item/con-p-07/
    i want to move to a form on the same page’s bottom.

    #1018085

    Hi,
    First, did the code I gave you above work?

    Best regards,
    Jordan Shannon

    #1018297

    yes, it worked, thank you

    but where is the answer for:
    How to have a button click link to navigate on the same page.

    http://prntscr.com/l2bd9g
    From this button click on https://www.emode.lk/portfolio-item/con-p-07/
    i want to move to a form on the same page’s bottom.

    #1018317

    Hi,

    Try linking the button to:

    https://www.emode.lk/portfolio-item/con-p-07#av-layout-grid-7

    Best regards,
    Jordan Shannon

    #1018457

    Thank you it worked.

    http://prntscr.com/l2tl73
    Here you can see i’m using a special heading and it’s sub heading function, but some sub heading are long and some are short,
    so that Separator line in all five are in different level,
    how do i make it to all same level,
    i trying margin bottom and padding bottom, didn’t work.

    #1018458

    How to have a vertical Separator line?

    #1018487

    Hi,

    What page is that screenshot from? Also, after these to things are fixed please start a new thread for further issues so we can keep things organized.

    Best regards,
    Jordan Shannon

    #1018569

    1. http://prntscr.com/l2tl73
    Here you can see i’m using a special heading and it’s sub heading function, but some sub heading are long and some are short,
    so that Separator line in all five are in different level,
    how do i make it to all same level,
    i trying margin bottom and padding bottom, didn’t work.

    2. How to have a vertical Separator line?

    #1019814

    Hi prana_aok,

    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

    
    @media only screen and (min-width:768px) {
        #av_section_2 .av-special-heading.av-special-heading-h3 {
            min-height: 90px;
        }
    }
    

    Where do you need the vertical separator?

    Could you please attach a mockup of what you’re trying to achieve?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1020362

    Thank you for the help.
    On the same page https://www.emode.lk/company/
    On this section: http://prntscr.com/l4whpx
    How to reduce this extra space : http://prntscr.com/l4widz

    #1020444

    In the very top bar: http://prntscr.com/l4ygun
    How to bold the text “94-2/1, Galle Road, Colombo 06, SriLanka. | Phone: +94 11 433 9100, +94 762 98 78 78, +94 762 83 78 78”

    #1021193

    Hi,

    The top bar font is already at the max bold supported by the font family.

    You can try the below CSS to make it darker.

    /* Top Bar phone info */
    #top #header_meta .phone-info {
    	font-weight: bolder;
    	color: #000;
    }

    Please perform the below steps to clear the browser cache and view the changes:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    I checked your company page and the separators appear in the same line. If you have any issue please open a new ticket for different issues.

    Best regards,
    Vinay

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