ancapantilie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Oblique] Visited linksI looked into this problem and I’m afraid that you are not going to be able to do that.
When the :visited selector is combined with getComputedStyle() in JavaScript it means that someone can walk through your history and figure out where you’ve been.As a result, most browsers restrict what styling can be changed on :visited links, and what styling information can be reported with the getComputedStyle method.
These are the properties that can be changed with :visited:
color
background-color
border-color (and its sub-properties)
outline-color
The color parts of the fill and stroke properties
You can only use :visited to change those properties if the link already has them in the “unvisited” or :link state. You can’t use it to add properties that aren’t already present on the link. For example:You can change the background-color of a :visited link if the link element already had a background color.
You can’t add a background-color to a :visited link if it did not have a background color when it was an “unvisited” link.
I hope it all makes sense now.
Have a great day!
Forum: Themes and Templates
In reply to: [Oblique] Visited linksHi @marywt,
I saw what I needed. You can remove the user now. I’ll be back as soon as possible with the solution.
Have a nice day!
Forum: Themes and Templates
In reply to: [Shop Isle] Removing space in headerHello @imran12365,
If you want to remove the space above your title you can try following these steps:
1.Go to dashboard->Appearance->Customize->Additional CSS
2.Paste this code:.page-id-346 .main-container .content-area { padding:10px 0 96px 0; }
The first value (10px) is the spacing between the header and title. Feel free to change it if you want a smaller or wider space above the title.
Have a nice day!
Forum: Themes and Templates
In reply to: [Azera Shop] Image Box levelHello again @gsmcare,
I took a closer look at this theme and it seems like it is normal that the size of the boxes vary according to the size of the image or lines of text below the image.
If you have other questions, I’d be glad to help.
Have a nice day.
Forum: Themes and Templates
In reply to: [Hestia] Need help changing category colorHello @khatoria,
As far as I know, the theme does not come with the option of changing the color of categories on the blog page. If you want to change it, you will have to add some custom code to the Additional CSS section (Go to Dashboard->Appearance->Customize)
If you want to change only the blue color, you may try adding this code:
.hestia-blogs article:nth-child(6n+2) .category a { color:#0000b3; }
Please note that #0000b3 is a random color I picked. You can change it with any color you want.
https://www.w3schools.com/colors/colors_picker.aspIf you need further assistance, please let me know.
Have a nice day!
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Background Image Missing on Mobile DevicesThe link you provided is not working. Please send us the right link so we can help you.
Have a nice day!
Forum: Themes and Templates
In reply to: [Oblique] Visited linksI’m afraid I am not able to access your site.
Forum: Themes and Templates
In reply to: [Zerif Lite] Main page issueHello @teddysotirov!
I checked out your page and it looks really nice. Did you solve the problem? If not, can you please help us with some screenshots so we know fore sure what the problem is?
Have a nice day!
Forum: Themes and Templates
In reply to: [Zerif Lite] swap featured image and Post titleForum: Themes and Templates
In reply to: [Oblique] landing page without menu/header.page-id-385 .social-navigation, .page-id-385 .sidebar-toggle, .page-id-385 .search-field { display:none; }
- This reply was modified 6 years, 11 months ago by ancapantilie.
Forum: Themes and Templates
In reply to: [Oblique] landing page without menu/headerOpss, I missed that one. Sorry!
Go to Customize->General and there check the“Toggle a search form in the header?” box.
- This reply was modified 6 years, 11 months ago by ancapantilie.
- This reply was modified 6 years, 11 months ago by ancapantilie.
Forum: Themes and Templates
In reply to: [Oblique] Background images not showing in translated pagesForum: Themes and Templates
In reply to: [Hestia] Navigation barHello!
I don’t see any green icon displaying the number of comments on your home page, so if you could post a screenshot, that’d be awesome.
Thank you!
Forum: Themes and Templates
In reply to: [Zillah] Wdith of reading post areaHi,@eva-jacinto!
If you were to do that, the text of the first post would overlap the side bar. So in order to widen the disired area and keep the blog page looking decent you have to hide the side bar.
Customizer -> Theme options ; uncheck the Show sidebar option. This should work.
Have a great day.