Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26730

    Iam new to WP. i am using enfold child theme. because i don´t want the updates mess up changes i made

    3 questions

    1. How i can get a solid collor progress bars, without de stroboscopic effect? it is possible?

    2. Icon box when i use it theres is like a deffault size for them, wich is ok, but in some cases there are to big for the diagramation /lay out i am using in a page, is there an easy way to meake them smaller?

    3. I need to use “novecento” font, that is not included in the theme, how can i use it?

    My mother tonge is spanish, sorry for the rough english

    thanks

    #131415

    Hi,

    1.) You can add this on your custom.css to remove the strobe effect.

    .avia-progress-bar div.progress .bar {
    background-image: none;
    }

    2.) It depends on the content you have. Please give us a link to the website. You can control the font size of the content with this:

    .iconbox_content p {
    font-size: 11px;
    }

    And the iconbox title using this:

    h3.iconbox_content_title {
    font-size: 11;
    }

    3.) You can refer to this link: https://kriesi.at/support/topic/custom-hosted-font-with-the-child-theme-instructions

    Regards,

    Ismael

    #131416

    Hi ismael thnx for your answer,

    Point 1 solved

    point 2 work in process

    Point 3. i didn´t understand

    Simply by dropping the 2 pieces of code in the custom.css wil solve the issue?

    Salvador

    #131417

    Hi,

    3.) Please try this plugin: http://wordpress.org/plugins/font-uploader/installation/

    Regards,

    Ismael

    #131418

    thanks ismael thats great!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘questions progress bars effect, icon box size, adding new font type’ is closed to new replies.