Forum Replies Created
-
in reply to: Accessing main CSS?
Hello,
You can find the style.css file directly in theme folder. There are also many other css files important just as style.css. You can find them in specular\css folder. If you want to make any edit to main css, we strongly recommend to add it in the ‘Custom css box’, located in your General Settings. The code added here is saved in the database, so will not be lost even if you take future theme updates (very important, you must have them).
Best regards!
in reply to: Logo Not Crisp & Banner Background ColorHello,
1-Please make sure your logo is in proportion with the supported dimensions. The closer to the online demo (164x50px), the better.
2-You can change background color (and other styling settings) in Specular > Header options > Styling Options > Background.
3-If you set ‘Responsive Layout > ON’ in General Options, the site will be responsive. So the logo and every other element will shrink to fit all screen sizes. But is not possible to have different images for different device screen.Best regards!
in reply to: Eliminate "No Comment" from Timeline BlogHello,
Please add these lines into your custom css box(Specular > General Options):
.blog-article.standard-style .info li:nth-child(3) { display: none; }Best regards!
in reply to: Slider Gets in Way for iPhone view Blog PageHello,
To remove slider from blog, go to Blog page. In General Settings > Slider Options > Select Slider Type > None. (screenshot)
Best regards!
in reply to: Blog Text Too Close to EdgeHello,
You can edit page’s used margin and padding, in Specular > Layout. (screenshot).
Best regards!
in reply to: Staff carouselHello,
How many staff do you have? Did you set the ‘Do you want pagination?’ to yes? Can we see a link where is this running? The screenshots do not tell much.
Best regards!
in reply to: Seperator with Text Visual ComposerHello,
Please add these lines into your custom css box:
.vc_separator.vc_separator_align_center h4 { font-size: 20px !important; }Change the value to your wish.
Best regards!
in reply to: Clients CarouselHello,
Please add these lines into your custom css box:
.single-portfolio .header_page, .header_page { padding-top: 131px !important;}Best regards!
in reply to: Codeless slider not work in chrome e safariHello,
I’m still not able to login. Screenshot. Please give permition so i can continue.
Best regards!
in reply to: blog LayoutHello,
Sorry but these types of customization are not included in support services.
Best regards!
in reply to: Header title problemHello,
Sure, thanks for the feedback.
Best regards!
in reply to: blog Page Pagination Is not workingHello,
Please reset permalinks. Let us know.
Best regards!
in reply to: WPBakery Visual Composer not saving changesHello,
This is strange. Can you please post your wp credentials in a private reply? So we can give it a closer look.
Best regards!
in reply to: blog LayoutHello,
Yes. Do you need the date too? Please go to file include\view\blog\loop-index.php and find this line:
<h1><a href="<?php echo esc_url(get_permalink()) ?>"><?php echo esc_html(get_the_title()) ?></a></h1>Remove it. Now, paste this code:
<h1><a href="<?php echo esc_url(get_permalink()) ?>"><?php echo esc_html(get_the_title()) ?></a></h1><?php echo get_the_date() ?>, right before this line:<div class="media">.
Please find here, the result code.Best regards!
in reply to: Blog Post Thumbnail Size