Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #93667
    luismarioochoa
    Participant

    Hello,

    Please what CSS should I use to modify the site tittle and tagline, I’d like to make them larger. Full Frame pro. Thank you so much in advance.

    Luis

    #93673
    Mahesh
    Keymaster

    @luismarioochoa: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-header .site-title {
        font-size: 50px;
    }
    #site-header .site-description {
        font-size: 30px;
    }

    Note: Please adjust the font-size in the above code as you desire.

    Regards,
    Mahesh

    #93780
    luismarioochoa
    Participant

    Tank you so very much!

    I have there more questions:

    1. Featured Slider: Is there a way to keep the opacity/transparency box permanently on at and not only when hovering over it? As per in Everest Theme
    2. Is there a way to add a button or obvious link to the story linked to the feature image sliders so that people know they should click to read the story as in Everest Theme? Right now they have to assume to go to the opacity box to read what is in it, then click inside it to see the story.
    3. On the 2nd image slider, there is a white thin line on top margin showing right above above the image, I have changed the image and keep the specified dimensions 1680x720px but it keeps on showing on the second image only (I have not tried adding a third image yet. How can I get rid of this? Unfortunately I have the theme on a local host (my computer so I cannot give you a link)

    Thank you so much in advance.

    Luis

    #93830
    Mahesh
    Keymaster

    @luismarioochoa: Please follow along.

    1. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider .entry-container {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        border-radius: 4px;
    }

    2. Do you mean Continue Reading link? If so, this will automatically show as excerpt is displayed. You can set excerpt length in Dashboard=> Customize=> Theme Options=> Excerpt Options and set length in Excerpt Length.

    3. Please attach an image to clarify more.

    Regards,
    Mahesh

    #93863
    luismarioochoa
    Participant

    Please show me how to attach an image here. Thank you

    #93884
    Mahesh
    Keymaster

    @luismarioochoa: You can upload the image to dropbox, googledrive or awesome screenshots and share the link here.

    Regards,
    Mahesh

    #93898
    luismarioochoa
    Participant

    Dear Mahesh,

    Here are the links.

    1. Link one showing image # 1 in the slider correctly:
    https://drive.google.com/file/d/0ByjpxAP7EcQ2U1MzbTdwZUg3YzA/view?usp=sharing

    2. Link two showing image # 2 in the slider with problem. Please notice the white line on the top margin.
    https://drive.google.com/file/d/0ByjpxAP7EcQ2eUxkUjdiNjdld3c/view?usp=sharing

    I have also added a red arrow trying pointing to where I’d like to place a link (or button) showing the excerpt as per in the Everest Theme. Right now, I am not sure but the excerpt button you are referring to, is not showing.
    Thank you so much in advance.

    #93902
    Mahesh
    Keymaster

    @luismarioochoa: Please make sure the images used are of correct dimensions (1680×720). May be the white line is from image itself.
    It would be easier if I could test the site.
    And about the link/button, Which Featured Slider type are you using currently? Excerpt content with More button only works in Post/Page/Category slider type.
    Let me know further.

    Regards,
    Mahesh

    #93975
    luismarioochoa
    Participant

    Dear Mahesh,

    The images have the correct dimensions: 1680×720 more even the top (part of the same blue sky and green palm tree was cropped to keep the required size.

    Here is a link to the site: http://destinationvows.ca

    I am using Featured Image Slider. I don’t know how to upload images in the Post Page Category Slider so that they show as they are showing in the Featured Image Slider

    Luis

    #93992
    Mahesh
    Keymaster

    @luismarioochoa: Thanks, I checked your site and seems the white line is the border of the header. And can be removed with custom CSS. Go to Dashboard=> Appearanace=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #masthead {
        border-bottom: none;
    }

    Regards,
    Mahesh

    #94107
    luismarioochoa
    Participant

    Dear Mahesh,

    Thank you for the solutions.

    I am still struggling with the Featured Image Slider. I must have done something wrong and disabled its front end visible link/button, because I cannot conceive that only the Title of the Image functions as a link/button in the front end but only if visitors figure it out by hovering over it. There have to be a way to activate the excerpt within this text box to make it visible. I tried your recommendation on using Post/Page category slider but it takes me to either pages or posts and that’s not what I want to do, I want to show the images as they show now.

    Why to offer link boxes for the image Title in the Featured Image Slider category in the back end if the links are nowhere to be found on the front end?
    Please help me. Here is the link http://destinationvows.ca/

    Thank you so much in advance
    Luis

    #94169
    Mahesh
    Keymaster

    @luismarioochoa:
    Hi Luis,
    Using Featured Image Slider, content excerpt is not possible. But as I mentioned earlier, Post/Page and Category will show excerpt. And yes using Post/Page/Category will link to the very post, you cannot modify the link to make it link to custom pages or post.
    Hope you understand.

    Regards,
    Mahesh

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘change site tittle and tagline sizes’ is closed to new replies.