-
AuthorPosts
-
November 13, 2015 at 4:45 am #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.
November 14, 2015 at 9:42 am #535808Hi 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,
IsmaelNovember 16, 2015 at 5:42 pm #536702Hello ,
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=sharingThanks guys
November 17, 2015 at 9:25 am #537175Hi,
You can try something like this to make a sentence or character larger:
<span style="font-size:30px;">®</span>
Thanks,
RikardNovember 19, 2015 at 5:56 am #538726Thanks 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
November 23, 2015 at 9:50 am #540590Hi!
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!
IsmaelNovember 26, 2015 at 1:06 am #542799ok thanks guys
November 26, 2015 at 1:10 am #542800you can close this now. thanks
November 26, 2015 at 8:35 am #542897 -
AuthorPosts
- The topic ‘custom font sizes & general customization’ is closed to new replies.