Okay
  Public Ticket #1557107
ARCHI Elements - Changing Font Type & Color
Closed

Comments

  •  2
    Khoa started the conversation

    For the OT Home Image Landing AND OT Text Typing Elements, where's the option to change the Font Style, Font Size and/or Font Color? I'm not seeing an option to edit it under Settings nor Theme Options.

    When I click on Edit, I'm only able to change the words. Thanks.

    Khoa

  •  2,010
    Ocean replied

    Hi,

    Now this theme doesn't any option to change font each elements.

    You can edit following this tutorial:

    p/s: you should add css to here: http://prntscr.com/gbgjxt

  •  2
    Khoa replied

    I can't believe you provide Custom Elements and yet not add options to change simple fonts, colors, etc. in Theme Options. I guess I'll have to use Chrome inspector and figure out how to add CSS myself. Smh.

  •  2,010
    Ocean replied

    Hello,

    Please read more documentation guide attach this ticket and start setup your website.

    Other issues, please using this ticket to post.

    Thank you

  •  2
    Khoa replied

    Why are you sending me this Documentation? It's the same one as from the downloaded zip file when I had purchased your Theme.

    On a different note, under SOCIAL SETTINGS, anyway to include Icon and Field for YELP?

  •  2,010
    Ocean replied

    Hello,

    In documentation, I have explain about setting theme options.

    For add custom social icon on header or footer, please read more: https://oceanthemes.ticksy.com/article/10212/

    Find icon class name here: https://fontawesome.com/v4.7.0/icons/

    Other issues, please let me know and I'll support for you.

    When post your each issues, please attach images about issues and link page, link website, etc... to get quick support from us.

    Thank you

  •  2
    Khoa replied

    Great customer support, Thank you. Will let you know if I have other questions in the future.

  •   Khoa replied privately
  •   Khoa replied privately
  •  2,010
    Ocean replied

    I have a custom css code to fixed your issues, you can easy add custom css code here: http://prntscr.com/gbgjxt

    .single-service #content{padding: 90px 0 60px 0;}

    Thanks

  •  2
    Khoa replied

    Perfect! Thank you so much.

  •  2
    Khoa replied

    Hi, two new questions:

    1) Screenshot: https://prnt.sc/jfgxr2 - Is the CSS below correct to change the font size for the sub-header text? It seems to work but the codes looks too lengthy, just double checking with you.

    .header-no-sticky-subheader #subheader{padding-top: 0px;}
        #subheader h1 {
            font-size: 24px;
        } 


    2) Screenshot: https://prnt.sc/jfgxw8 - Saw these two error messages on my site via Chrome inspector. Should this be a concern?

    Thanks!


  •  2
    Khoa replied

    Also:

    3) Screenshot: https://prnt.sc/jfhfeo - Your OT Portfolio Filter element, is there a way to hide the "PHOTOS ORDER BY: DATE" box and text? I only want my Category Names display at the top. Let me know if this is possible. Thanks again.

  •  2,010
    Ocean replied

    Hello,

    First, thank you for your rating for the our customers service.

    1, Custom font size for titlte on top page, you can easy add custom css code here: http://prntscr.com/gbgjxt 

    #subheader h1{
        font-size: 32px;
        letter-spacing: 5px;
        text-transform: uppercase;
    }
    

    2, Please upload new-ie.css file on your Archi child-theme with path: wp-content/themes/archi-child/css/

    Create a folder name is css into archi-child/css/ and download new-ie.css file attach on this ticket and upload on your hosting with css folder (wp-content/themes/archi-child/css/).

    3, Please update new Archi theme to remove hard code in shortcode.php file.

    Download the new Archi attach in this ticket.

    Thank you