Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #535206

    Hello I recently purchased enfold and started working on the website. I am really liking it and have some questions regarding editing the theme.

    1. ROTATING HEADER OR SPECIAL HEADER (or, for that matter any block holding info):
    I would like to make font size different within a sentence. So, for example. I would like for a symbol ® to be smaller then rest of the fonts, or if i want one word to stand out form the rest (to be bigger than other words in a same sentence)?

    2. DROPCAP2:
    Is it possible to have a colored border/ outline around the circle? only options are to edit color and the font color inside. I would like to keep it white which I can achieve but I cant edit border. I would like it to look like an icon for which there are options for you to edit custom background, font and border color. Is that possible?

    3. CHANGING FONT SIZE:
    Can I change font size only for special heading. I am aware I can select h1>h6. Please note I did notice that under advance styling I can customize, for example, h4 tag but then wherever h4 applies changes would be made. How about only editing font type,size,color for the title in the ICON LIST, SPECIAL HEADING etc.?

    4. ICON LIST:
    Is there a way to modify size of an icon?

    Thanks a lot. Looking forward to your reply.

    #535808

    Hi motza!

    Thank you for using Enfold.

    1.) Put the text inside a HTML tag. Example:

    great <span class="small-text">this</span>
    

    2.) This is the css styling for the dropcap element:

    .av_dropcap1 {
        display: block;
        float: left;
        font-size: 38px;
        line-height: 32px;
        margin: 4px 8px 0 0;
    }

    Adjust the values or new style like borders.

    3.) Use the Quick CSS field in order to add modifications for certain elements.

    4.) Are you referring to the icon element? Edit the icon then adjust the Icon Size value.

    Best regards,
    Ismael

    #536702

    Hello ,
    Thanks for your reply.
    Maybe I didn’t ask my questions correctly or you misunderstood my inquiry.
    In any case, I will ask one at the time, this time. Maybe thats the way to go ( :

    So, my original question is below:
    1. ROTATING HEADER OR SPECIAL HEADER (or, for that matter any block holding info):
    I would like to make font size different within a sentence. So, for example. I would like for a symbol ® to be smaller then rest of the fonts, or if i want one word (or one letter) to stand out form the rest (to be bigger than other words in a same sentence)?

    If still not clear, please take a look below.
    https://drive.google.com/file/d/0B10lMzs2pU0JVy1INjZuVmtkVDA/view?usp=sharing

    Thanks guys

    #537175

    Hi,

    You can try something like this to make a sentence or character larger:

    <span style="font-size:30px;">®</span>
    

    Thanks,
    Rikard

    #538726

    Thanks Rikard! That worked great!!!

    My next question is:
    It refers to DROPCAP2
    Is it possible to have a colored border/ outline around the circle? only options are to edit color and the font color inside. Changing inside color or the fill I can achieve, but I can not edit border. I would like it to look like an icon for which there are options to edit custom background, font and border color. Is that possible for DROPCAP2?

    Below is the link to visual. dropcap2 is to the left & I would like to look like one to the right

    https://drive.google.com/file/d/0B10lMzs2pU0JSnN3a2JMcXJySms/view?usp=sharing

    thanks again

    #540590

    Hi!

    Glad Rikard helped but it’s actually the same as my first suggestion. You just have to add the css modifications in the Quick CSS field.

    .small-text { font-size: 13px; }
    

    Regarding the other question about the dropcap element, unfortunately, that’s not possible at the moment. Please contact codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    #542799

    ok thanks guys

    #542800

    you can close this now. thanks

    #542897

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘custom font sizes & general customization’ is closed to new replies.