-
Search Results
-
hi there how can I increase the font size of the phone number and social icons in the Small bar above Main Menu? There seems to be every other setting I can edit for this section except font size.
Also why don’t the social icons show on mobile? No matter which options in the Header . extra elements settings for positioning the social icons don’t show.
Cheers
NatashaTopic: Custom Blog Post Template
I am sorry for the new post here as I know the questions and answer around the Blog Post template are extensive.
I am trying to appease a client who would like to have the ability to post ads on the actual post pages. So, essentially, I need modifications to the post template.
Under Theme Options > Blog Layout, I have chosen, “Use the advance layout editor to build your own blog.” In Quick CSS, I have the following:
/* CSS – Remove sidebar on blog category */
#top.archive.category .sidebar {
display: none!important;
border: none!important;
}#top.archive.category .content{
width: 100%;
border: none !important;
}/* CSS – increase heading size on featured blog post on home page. */
#top.home #wrap_all .main_color .post-entry.tag-featured-post h2.post-title {
font-size:30px;
}
#top.home #wrap_all .post-entry.bloglist-simple .blog-categories a {
font-size:12px;
}/* CSS – hide categories on home page blog element in list view – simple */
span.blog-categories.minor-meta {
display: none !important;
}span.blog-categories.minor-meta + span.text-sep {
display: none;
}I am wanting to keep the functionality of having a Blog Post page template. In other words, I want to keep blog post navigation, single post styles and blog archive functionality.
Is there any way to introduce a left and right column to the blog post template without breaking the blog functionality? In my case, we could have the right column stay “as-is” for widgets, currently Categories, Archives and Receivve Posts by Email. Per my client’s request the left column could be reserved for ads.
I should mention that “ads” as it relates to this client, are hand fabricated images, (jpg or png) that he is managing manually. The “graphic” ads, simply link out to the advertiser’s sites.
See an example of the ads on the current home page here: https://www.woodyboater.com
See a sample of a current blog post here: https://www.woodyboater.com/classic-boat-art/art-gets-paul-harvey-to-tell-the-rest-of-the-story/
Thank you.
Bill Basler
The code shows in textblock in enfold layout builder and on site. It looks like this.
theme, php and wp is up to date.[et_pb_section bb_built=”1″ fullwidth=”on” _builder_version=”3.0.51″][et_pb_fullwidth_slider admin_label=”Tillbehör bild” auto=”on” auto_speed=”5000″ _builder_version=”3.0.51″ header_font=”Nunito||||” header_font_size=”46px” header_font_size_last_edited=”on|desktop” header_letter_spacing_last_edited=”on|desktop” header_line_height=”1.2em” body_line_height=”1.4em” show_arrows=”on” show_pagination=”on” parallax=”off” parallax_method=”off” remove_inner_shadow=”off” custom_button=”off” button_letter_spacing=”0″ button_icon_placement=”right” button_letter_spacing_hover=”0″ auto_ignore_hover=”off” hide_content_on_mobile=”off” hide_cta_on_mobile=”off” show_image_video_mobile=”off” disabled=”off” disabled_on=”on||” show_inner_shadow=”on” show_content_on_mobile=”on”
Goodmorning,
I installed WordPress and Enfold on a new web site, i made a “work in progress” landing page while i was working on building the site up, at this point everything was working fine.
When i started to build the site and create new pages, i imported a demo (Spa Demo was the demo name).
I’m not sure if importing the demo was what caused the problems, but ever since i imported it, most of the changes i made on the elements don’t take effect.For example:
– I have a color section where i set a background image (it doesn’t show)
– When i set a font size on any text element, the change doesn’t take effect, it works only if i chose between H1 or H2
– This also for almost any other settings on the page elementsThe only way to make everything work is via quick CSS, using custom CSS classes on all the elements and manually setting everything with the !important; mark.
I already tried using the WordPress Reset plugin to reset the demo.
I attached in the private content a login with a temp account.
Thank you very much
Hi I added this code to my site to make the icon box icons larger when they are display icon on left side. It works but it also makes the icons in the social header and buttons larger. The section these are in are the blue one with the title COACHING ONLINEOR IN PERSON. I have some other code on my site for the top icons that it is also conflicint with. Please advise
Code for left icons
/* Icon Size */ [data-av_icon]:before { font-size: 50px!important; } .iconbox_icon { margin-right:20px!important;}`
Code for top icons
.iconbox_top .iconbox_icon { font-size: 60px!important; text-align: center; height: 60px; width: 60px; line-height: 56px; top: -34px; margin-left: -45px; }I adjust the height and font size of the top bar in the header by using custom CSS.
/* Increase the height of the top bar */
.site-header .top-bar {
height: 60px; /* Adjust the height as needed */
}/* Increase the font size of the top bar */
.site-header .top-bar a {
font-size: 16px; /* Adjust the font size as needed */
}
But it doesn’t work?Hi,
I have questions on the freelancer-theme:1. Where to change the bakcground color for the pricing table?
2. How and where to change the title font of the milestones on timelines. I tried H2, H3 and H4, but it didn’t work
3. I am not able to center he background pictues of each section. I treid different picturesizes already. Didn’t work. Whats the secret?
4. Where to change the hover color of the shrinked menu?
5. I need to change to color on one parting line. How to?Best regards an thanks in advance for your help :)
Topic: Icon Box Size
HI,
I added some code to make the icon box icon larger. I t worked but I notcied it also changed the icon size of the social icons in my header.
This is the code I added
/* Icon Size */ [data-av_icon]:before { font-size: 50px!important; } .iconbox_icon { margin-right:20px!important; }What is the CSS code to specify the font size for h2 on a specific page on mobile only?
Dear support team
We have a contact form on the website https://emmerams-muehle.de/kontakt/#kontaktform. In the mobile view, the border of the email field is much thicker than in the other boxes: see screenshot: https://emmerams-muehle.de/support/email.png
I have already added the following script to the CSS:
@media only screen and (max-width: 767px) {
input#avia_2_1 {
border-width: 1px !important;
font-size: 15px !important;
}
}What do I have to change so that the same thin border is displayed for the email field in the mobile view as for the other fields?
Best regards, Diana

