Viewing 30 results - 14,881 through 14,910 (of 18,733 total)
  • Author
    Search Results
  • #374879

    In reply to: Sidebar font size

    Hallo Btina!

    To decrease the font size of “Das bin ich” section, please add following code to Quick CSS

    .sidebar .textwidget {
    font-size: 12px;
    }

    Regards,
    Yigit

    #374688

    Hi There,

    Happy New Year!

    I managed to fix the hotspot issue ( the usual case of log out, log in, delete the graphic, reupload the graphic etc..) but the font resizer is still sitting in the wrong place.

    It is now sitting at the top of the sidebar on the right hand side and not the top of the page ( its tricky to see so I need it to be the social media icons. (see page http://www.agefriendlyireland.ie)

    Thanks for your help as always!
    Grace

    #374679

    Topic: Sidebar font size

    in forum Enfold
    Btina
    Participant

    Hi
    I’d like to size down the content font of the default sidebar.
    Thank you
    Btina

    #374582

    In reply to: Full Header Background

    Hey slipp22!

    Thank you for using Enfold.

    The menu stays white because of this code on your Quick CSS:

    #top #header .av-main-nav > li > a {
    color: #ffaa00;
    background-color: #ffffff;
    font-size: 18px;
    }

    Remove the background-color property.

    Regards,
    Ismael

    Hey!

    Ok, let’s do the my issue simpler a litle bit. As we know, there is the post category’s description field in WP-admin (under slug and parent lines):

    category description fields

    The Enfold theme can shows this description text at the top of posts on the category page. But how it is possible to use some shortcodes for the description text? Now the text of category description shows as simple unformatted text. In order to make the view of that text better a little: how is possible to use some shortcodes for formatting (?), like below:

    [av_heading heading='Description of category' tag='h2' style='blockquote modern-quote modern-centered' size='25' subheading_active='subheading_below' subheading_size='15' padding='10' color='' custom_font='']
    Some subdescription's underline of text.
    [/av_heading]

    Regards,
    Sergey

    #374540
    This reply has been marked as private.
    #374522
    millertimesites
    Participant

    Is there any way to add in more text editing options inside the visual editor of Enfold’s Advanced Layout Editor?

    Most other themes I have bought have editing options including Font Family, Px Size, Color, clear formatting, indent, ect without having to painfully change the code for each variation.
    The only other theme this hasn’t worked on in the past I used the TinyMCE Advanced plugin to add the options myself, but that plugin is blocked by Enfold. Here is a screen shot of the standard editing options in wordpress theme editors: http://62d.14e.myftpupload.com/wp-content/uploads/enfold-text-editing.jpg

    I love Enfold otherwise, but can’t can’t figure out how to access these features which seem standard on most themes?
    It makes it super hard to put up tons of content without these options.

    #374236

    Hi MadRhino!

    Try adding this in Dashboard > Enfold > General Styling > Quick CSS.

    .avia-button-fullwidth { font-size: 12px !important; }
    

    If that’s not working then send us a link and we’ll take a look.

    Cheers!
    Elliott

    #374108

    Hi jklillibridge!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .list-info h2 {
    font-size: 14px;
    }

    Regards,
    Yigit

    #374096
    MadRhino
    Participant

    Hi there, I want use to included short code for the Avia Full-width Button to create a secondary services selection. Hence, I would like to reduce the font size (1.5em) for the button. I inspected the code for the button with Firebug and it pointed me to the shortcode.css. But when I reduce the font size by incorporating the following into my custom style sheet, it throws the hover effect and it’s displayed below.

    #top .avia-button-fullwidth {
    border: medium none;
    display: block;
    font-size: 1.5em;
    margin: 0;
    padding: 20px;
    position: relative;
    width: 100%;
    }

    Any pointers on how I could reduce the font size and maintain the hover effect would be greatly appreciated.

    In addition, is there a way to change the font color on hover as well?

    Many thanks for your help and patience & Happy New Year!!!

    #374026
    This reply has been marked as private.
    #373821
    Btina
    Participant

    Hi
    I’d like change the order of the imgae and the preview content for the Blog roll. I would like to have the image 484x484px on the left and the preview content on the right. I was looking for the correct html code I just found that below. But actually diden’t worked out as I wanted. After I pased the code, it lookes like in the demo version http://kriesi.at/themedemo/?theme=enfold-overview

    .small-preview, #top .fullsize .template-blog .blog-meta {
width: 484px;
height: 484px;
}
    #top .fullsize .template-blog .post .entry-content-wrapper {
font-size: 16px;
line-height: 0 auto;
margin: 0 auto;
max-width: 100%;
overflow: visible;
text-align: justify;
}

    @media only screen and (max-width: 1139px) {
    .small-preview, #top .fullsize .template-blog .blog-meta {
    width: 100px;
    height: 100px;
    }

    #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 400px;
    }
    }

    @media only screen and (max-width: 989px) {
    .home .fullsize .template-blog .post .entry-content-wrapper {
    width: 70%;
    }
    }

    @media only screen and (max-width: 479px) {
    .home .fullsize .template-blog .post .entry-content-wrapper {
    width: 100%;
    }
    }

    #373806

    the code of the text block in your home page is :
    .page-id-15 .avia_textblock{font-size: ??px !important; line-height: ??em !important;}

    “page-id-15” is your page, adding this id before text block serves to hit the text block only in this page.

    But in order to not to effect other block texts in this page you would need to use “color section” with its own ‘id’ too.

    #373805

    Thanks, that worked. as for the text size, i want to set a text box in a page and have one word there but i want it to be huge, how do i do that? how do i set a font size to one word?

    #373793
    This reply has been marked as private.
    #373475

    In reply to: Changing Font Size

    Hey HeavenlyBlues!

    Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
    You can go to Enfold theme options > Advanced Styling tab and edit some elements and change their font sizes. If you need any help with CSS, please post the link to your website and point out the elements you would like to edit :)

    Best regards,
    Yigit

    #373387

    Topic: Changing Font Size

    in forum Enfold
    HeavenlyBlues
    Participant

    Hello. I have installed a custom font from MyFonts.com. It is a bit funkier text than normal and needs to be a bit bigger to read it. I used the Enfold Restaurant Demo as the basis for my site and was wanting to change the text size early on even before I added the new font. I found the body text in the base.css file and changed it, increasing the size of all the text in the body of my site. However, I would like to increase the size of the menu text in the header, as well as the socket in the footer, and a couple other places like the wording in the contact form.

    Is there a way to change this text size globally, or individually for these sections? I am not too familiar with reading .css and customizing. However, if I know where to look, I can modify it.

    Thanks in advance! The more I work with the theme, the more I like it :-) Very user friendly for amateurs like myself.

    Jeremy

    #373386

    Hey!

    Try to move the font resizer with this on Quick CSS:

    li.fontResizer {
    position: absolute;
    top: 0;
    }

    Can you please provide a test page with the hotspots issue?

    Cheers!
    Ismael

    #373380

    Hi!

    Yes, it is possible to add widgets on the top bar but it will require modification on the theme. Add the button using html codes on the phone info fields then use this to enlarge the social icons:

    #top .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    font-size: 25px;
    }
    
    #top .social_bookmarks li {
    width: 50px;
    }

    Cheers!
    Ismael

    #373204

    Hi Yigit,

    It all seems to have worked well with one minor exception. We had installed a font resizer plugin (www.cubetech.ch/products/font-resizer) and it sat in the top right hand corner. But now it is showing up under the sidebar on the left hand side. Any idea on how to fix this?

    Thanks
    Grace

    #373202

    Hey alex5252!

    I think the CSS your wanting is this.

    .grid-entry-title, .grid-entry-title a { font-size: 13px !important; }
    

    If that’s not working then send us a link and we’ll take a look.

    Regards,
    Elliott

    #373183
    alex5252
    Participant

    How can i reduce the size of the font under my portfolio grid images? Please see image for the exact text I mean, I outlined it in red.

    https://drive.google.com/file/d/0B-RcuuCNy1ENbmo4WGdlcjI0RmM/view?usp=sharing

    #373176

    Hi!

    Please add following code to Quick CSS as well

    #footer .social_bookmarks li a {
    border-radius: 100px;
    font-size: 20px;
    border: 1px solid #e2e2e2;
    color: #e2e2e2;
    }

    If you mean sonar effect, unfortunately it only works on Icon element. If you liked that look better, you can undo the changes

    Regards,
    Yigit

    #373106

    Hey MikTo!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top .aviaccordion-preview-title-wrap { background: rgba(255,0,0,0.5); }
    #top .aviaccordion-title { font-size: 18px; }

    255,0,0 is the RGB value of the color and 0.5 is opacity level

    Best regards,
    Yigit

    #373102
    MikTo
    Participant

    Hi guys!

    I’m looking into changing the look of the image overlay of the accordion, and I have a couple of questions:

    1) How do I change the opacity of the dark overlay on the images?
    2) How do I change the colour of the overlay on the images?
    3) How do I change the font size of the titles in the accordion?

    Thanks for a great theme – and happy holidays!

    #372989
    Sladestyle
    Participant

    Hi,

    I recently noticed an issue with the two tables I created while viewing in mobile view:
    http://littledigitalagency.com/Client/openfin/runtime/openfin-vs-chrome/
    and
    http://littledigitalagency.com/Client/openfin/runtime/evaluate/

    The columns do not line up with their correct row data cell. The easiest example to view (it is like this on both tables) in on this table:
    http://littledigitalagency.com/Client/openfin/runtime/evaluate/ . If you pull the browser window in to a phone size you can see the first green “35” should be under ‘OpenFin’ which it is not. “OpenFin” is shown with the next column’s #. The last column heading “Awesomium” is dropped altogether.

    Any ideas?

    I believe it has to do with some mobile code I placed trying to get rid of all those empty rows under the row Headings such as under “Chromium”. When viewed on a Phone those empty rows do not appear but I have a feeling it is causing other issues.

    Here is all of the Table Custom CSS:

    /**disable icon transition**/
    
    .avia_transform .avia-table .av_font_icon {
    opacity: 1 !important;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
    /*End Disable icon transition*/
    
    div .avia-table {
        border-right-style: solid;
        border-right-width: 1px;
    }
    div .avia-table tr {
    	background-color: #F1F8FC !important;
    }
    
    .avia-data-table .avia-desc-col {
        text-align: left !important;
    }
    
    tr:first-child th {
        border-top-style: solid;
        border-top-width: 1px;
        text-align: center;
        text-transform: none;
    	font-family: "Roboto", sans-serif !important;
    	font-size: 18px !important;
    	font-weight: 600 !important;
    	letter-spacing: 0px !important;
    	color: #292929 !important;
    	background-color: #DFF1F5 !important;
    	padding: 15px 30px 15px 30px !important;
    }
    
    .avia-heading-row .avia-desc-col, .pricing-table {
    	color: #292929 !important;
    	font-family: "Roboto", sans-serif !important;
    	font-size: 18px !important;
    	font-weight: 600 !important;
    	letter-spacing: 0px !important;
    	text-transform: none !important;
    	background-color: #E6F4FE !important;
    	border-left: 1px solid #e1e1e1 !important;
    }
    .avia-desc-col {
        background-color: #F1F8FC !important;
        font-family: "Roboto",sans-serif !important;
        font-weight: 300 !important;
        text-align: right;
        text-transform: none !important;
    }
    #top tr.avia-heading-row:first-child .avia-desc-col {
        background-color: #F1F8FC !important;
    	border-bottom-style: solid;
    	border-bottom-width: 1px;
    	border-left: none !important;
    }
    .avia-heading-row th {
    	background-color: #E6F4FE !important;
    	border-left: none !important;
    	border-right: none !important;
    }
    /*OpenFin BG Color*/
    tr.avia-heading-row:first-child th:nth-child(2) {
    	background-color: #D0E2EF !important;
    	border-left: 1px solid #e1e1e1 !important;
    }
    tr.avia-heading-row:first-child th:nth-child(3) {
    	border-left: 1px solid #e1e1e1 !important;
    }
    tr.avia-heading-row:first-child th:nth-child(4) {
    	border-left: 1px solid #e1e1e1 !important;
    }
    tr.avia-heading-row:first-child th:nth-child(5) {
    	border-left: 1px solid #e1e1e1 !important;
    }
    tr.avia-heading-row:first-child th:nth-child(6) {
    	border-left: 1px solid #e1e1e1 !important;
    }

    Here is the questionable Mobile code for the tables:

    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px) {
    .avia-heading-row th:nth-child(2) {
    	display: none !important;
    }
    .avia-heading-row th:nth-child(3) {
    	display: none !important;
    }
    .avia-heading-row th:nth-child(4) {
    	display: none !important;
    }
    .avia-heading-row th:nth-child(5) {
    	display: none !important;
    }
    .avia-heading-row th:nth-child(6) {
    	display: none !important;
    } 
    }
    #372975
    millertimesites
    Participant

    I have been trying to customize the header and top bar to look like this Enfold website I found, http://konkapot.com, but am struggling.
    I imported the default demo to see if it would help and it has not. My temp website can be found here http://62d.14e.myftpupload.com/
    In short I can find way to customize the size of the Top Bar font, add a button or widget to the Top Bar, or change the size of the social icons in the Top Bar.

    Am I just missing some thing in the general settings?
    Thanks
    Jon

    #372904

    Hello Elliot,

    Thank you for this code! Unfortunately, this doesn’t cover the full extent of the problem seen on my site. Simply making the text smaller won’t prevent issues from arising. I am using both the text fields as well as the special heading, so pages have some small header titles and some large. I am trouble shooting using multiple devices and browsers. How can I make sure this responds for both?

    – The testimonials slider smashes the text together making it almost unreadable. The testimonial text itself is also not aligned properly with the rest of the testimonial meta data below. How can I fix this so that
    1) The text is smaller and the area where the text can be shown is wider,
    2) Make the text align center properly with the testimonial meta data
    3) Make the testimonial image center above the meta data instead of floating left.
    4) It appears that the meta data is also missing from the slider testimonials, but only on mobile. I’d like to show the same meta data as it appears on desktop on mobile. I don’t know why this is missing?

    Example 1) http://schneidercentre.com/wp-content/uploads/2014/12/IMG_9181.png
    Example 2) http://schneidercentre.com/wp-content/uploads/2014/12/IMG_9182.png

    -Lastly, some of the short codes have animations, such as the easy slider for images, that cause a lot of crashing on mobile. I can’t solely relate this to the theme or the short codes themselves as mobile browsers aren’t perfect, but the experience on desktop vs mobile isn’t ideally responsive.
    1) How can I prevent the animation on image sliders? It’s really laggy and inconsistent on most mobile devices, commonly causing mobile browsers to crash. Is there a way to turn off the animation for next/previous on easy slider for mobile only? It looks great on desktop but not so effective on mobile.

    -I have ran into some other issues with mobile alignment and font sizes on mobile devices. It seems that many of the short codes aren’t really “responsive” without having to customize the CSS in a away. Is there something wrong with my theme install or my CSS sheet that came with the theme that may be causing a lot of CSS issues from desktop to mobile? I enjoy designing wordpress on the desktop and don’t usually have too many layout or CSS related issues on other themes like the ones noted above. Just looking to confirm that the CSS I’m asking to fix these out of the box issues is actually meant to be this way for elements that come with this theme, for example, the mashed testimonials texts. I don’t understand how that is so distorted if it is supposed to be “responsive” when the short code used in the page builder.

    Thank you for all your help!

    #372881

    Hey Dominique!

    Try adding this to your custom CSS.

    p { font-size: 14px; }
    

    Cheers!
    Elliott

    #372869
    Dominique
    Participant

    Hello
    How can I change the general font size to 14 px ?
    Thanks a lot

Viewing 30 results - 14,881 through 14,910 (of 18,733 total)