arhakim
Forum Replies Created
-
Cant’ wait!
Thank you
Forum: Themes and Templates
In reply to: [Astrid] Widget SpacingHi, can you share your site URL here? I need to check it to resolve the issue.
Best.
Forum: Themes and Templates
In reply to: [Leto] Checkout, cart right box too smallHi,
Add this CSS to “Customize > additional CSS” to make the page wider.
.woocommerce-cart .content-area { width: 100%; }Forum: Themes and Templates
In reply to: [Hiero] Changing font of bullet pointsHi,
Please try to change your font instead of using “league-spartan”
Best.
Forum: Themes and Templates
In reply to: [Hiero] Change font in perexHi,
The short description already using a normal font-weight (not bold).
Its because of your font “league-spartan” that looks all font bold.Best.
Forum: Themes and Templates
In reply to: [Moesia] moesia stop menu from expanding when scrollingHi,
Please try to add this to Customize > additional CSS:
.is-sticky .main-navigation li { padding: 10px; }Regards,
Forum: Themes and Templates
In reply to: [Astrid] Text Colour on Header ImageHi,
Can you share your site URL here? Let me check it directly to your site.
Regards,
Forum: Themes and Templates
In reply to: [Moesia] Moesia blog pageHi,
You can configure it from the Customizer > Blog options > Layouts > then choose the “small images” options
Regards,
Hi,
Here is to change the button menu on the mobile screen:
.btn-menu { color: red; }And this to change project color overlay:
.project-thumb::before { background-color: rgba(255, 0, 0, .5); }Put the code into Customize > additional CSS.
Regards,
Forum: Themes and Templates
In reply to: [Airi] bootstrap.min.cssHi,
Not all pages are using Elementor.
Example in a blog post, site footer, site header needs to use Grid system offered by the Bootstrap CSS.Forum: Themes and Templates
In reply to: [Sydney] MenuHi,
Sydney Pro already have that top menu feature to show the contact info. No need a plugin. π
Forum: Themes and Templates
In reply to: [Talon] Add a full-width header image to pagesIs there a possibility to define a different header for each page?
Currently, the theme doesn’t support to have a different header image for each page.
How can I define a header letβs say with 1920 x 400 px?
Here, add this to Customize > additional CSS:
.header-image img { height: 400px; width: 100%; }Forum: Themes and Templates
In reply to: [Talon] Add a full-width header image to pagesHi,
What can I do to reduce the space between the Page title and the image?
Did you mean this http://prntscr.com/or3z5z?
If yes, add this code to Customize > additional CSS:.page-template-default .site-content { margin-top: 20px; }Do you have any solution for these issues?
I am sorry, can you be more clear on this?
Forum: Themes and Templates
In reply to: [Alizee] Picture of the header doesn’t resize on mobileHi,
I think you want to keep showing the person in the picture in all screen size, correct?
If yes, you can add this CSS code below to Customize > additional CSS:@media (max-width: 1024px) and (orientation: landscape){ .site-header:after { background-position: 70% -11% !important; } } @media (max-width: 1024px) and (orientation: portrait){ .site-header:after { background-position: 70% -3% !important; } } @media (max-width: 900px){ .site-header:after { background-position: 75% 85% !important; } } @media (max-width: 768px){ .site-header:after { background-position: 75% -10% !important; } } @media (max-width: 500px){ .site-header:after { background-position: 81% -40% !important; } }Forum: Themes and Templates
In reply to: [Talon] Add a full-width header image to pagesI mean, the image on your site (http://prntscr.com/optyms), from where did you upload it?
Can you re-upload it?Or, you can also to have a different image for each page using Page-builder plugin.
1. Add a row to the page and don’t put any widget to it.
2. Set a background image to the row from: Edit row > Design > Background image. You can also set the “Background Image Display” to “cover”
3. Add this CSS code to Edit row > Attribute > CSS style:height: 400px; margin-left: -104px; margin-right: -104px;screenshot: http://prntscr.com/opu2ik